Html Css Color HEX #D7DC46 Starship

📋 copy color: '#D7DC46'

red 215 ◦ green 220 ◦ blue 70

#D7DC46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #D7DC46

Tints of Starship #D7DC46

RGB

 RED value IS 215 (84.38% from 255) = 42.57%

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 70 (27.73% from 255) = 13.86%

R = 42.57%
G = 43.56%
B = 13.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D7DC46 (or 0xD7DC46) is known color: Starship. HEX triplet: D7, DC and 46. RGB value is (215,220,70). Sum of RGB (Red+Green+Blue) = 215+220+70=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DC46 is #2823B9. Grayscale: #C9C9C9. Windows color (decimal): -2630586 or 4644055. OLE color: 4644055.

HSL color Cylindrical-coordinate representation of color #D7DC46: hue angle of 62º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7DC46 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 220 70 -
CMYK 0.02 0 0.68 0.14
HSL 62º 0.68% 0.57% -
HSV(B) 62º 0.68% 0.86% -
XYZ 54.72 66.08 15.66 -
YUV 201.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 215 220 70 0.02 0 0.68 0.14 62 0.68 0.57
Hex D7 DC 46 2 0 44 E 3E 44 39
Octal 327 334 106 2 0 104 16 76 104 71
Binary 11010111 11011100 1000110 10 0 1000100 1110 111110 1000100 111001

Color Harmonies of #D7DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DC46

Black with #D7DC46

Text Example


Text Example

White with #D7DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DC46; }

 p { color: rgb(215,220,70); }

 H1.HeaderClassName
 {
   color: #D7DC46;
 }
 .AnyTagClassName
 {
   color: #D7DC46;
 }
</style>

background-color css

<style>
 a { background-color: #D7DC46; }

 a { background-color: rgb(215,220,70); }

 div.DivClassName
 {
   background-color: #D7DC46;
 }
 .BgClassName
 {
   background-color: #D7DC46;
 }
</style>

border-color css

<style>
 span { border-color: #D7DC46; }

 span { border-color: rgb(215,220,70); }

 td.TdClassName
 {
   border-color: #D7DC46;
 }
 .TagClassName
 {
   border-color: #D7DC46;
 }
</style>