Html Css Color HEX #D9C006 Bird Flower

📋 copy color: '#D9C006'

red 217 ◦ green 192 ◦ blue 6

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

Shades of Bird Flower #D9C006

Tints of Bird Flower #D9C006

RGB

 RED value IS 217 (85.16% from 255) = 52.29%

 GREEN value IS 192 (75.39% from 255) = 46.27%

 BLUE value IS 6 (2.73% from 255) = 1.45%

R = 52.29%
G = 46.27%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D9C006 (or 0xD9C006) is known color: Bird Flower. HEX triplet: D9, C0 and 06. RGB value is (217,192,6). Sum of RGB (Red+Green+Blue) = 217+192+6=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C006 is #263FF9. Grayscale: #B3B3B3. Windows color (decimal): -2506746 or 442585. OLE color: 442585.

HSL color Cylindrical-coordinate representation of color #D9C006: hue angle of 52.89º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9C006 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 6 -
CMYK 0 0.12 0.97 0.15
HSL 52.89º 0.95% 0.44% -
HSV(B) 52.89º 0.97% 0.85% -
XYZ 47.5 52.46 7.8 -
YUV 178.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 217 192 6 0 0.12 0.97 0.15 52.89 0.95 0.44
Hex D9 C0 6 0 C 61 F 35 5F 2C
Octal 331 300 6 0 14 141 17 65 137 54
Binary 11011001 11000000 110 0 1100 1100001 1111 110101 1011111 101100

Color Harmonies of #D9C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C006

Black with #D9C006

Text Example


Text Example

White with #D9C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C006; }

 p { color: rgb(217,192,6); }

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

background-color css

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

 a { background-color: rgb(217,192,6); }

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

border-color css

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

 span { border-color: rgb(217,192,6); }

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