Html Css Color HEX #D9CA16 Sunflower

📋 copy color: '#D9CA16'

red 217 ◦ green 202 ◦ blue 22

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

Shades of Sunflower #D9CA16

Tints of Sunflower #D9CA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 22 (8.98% from 255) = 4.99%

R = 49.21%
G = 45.8%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9CA16 (or 0xD9CA16) is known color: Sunflower. HEX triplet: D9, CA and 16. RGB value is (217,202,22). Sum of RGB (Red+Green+Blue) = 217+202+22=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA16 is #2635E9. Grayscale: #BABABA. Windows color (decimal): -2504170 or 1493721. OLE color: 1493721.

HSL color Cylindrical-coordinate representation of color #D9CA16: hue angle of 55.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9CA16 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 22 -
CMYK 0 0.07 0.90 0.15
HSL 55.38º 0.82% 0.47% -
HSV(B) 55.38º 0.9% 0.85% -
XYZ 49.88 57.05 9.14 -
YUV 185.97 35.47 150.14 -
System Red Green Blue C M Y K H S L
Decimal 217 202 22 0 0.07 0.90 0.15 55.38 0.82 0.47
Hex D9 CA 16 0 7 5A F 37 52 2F
Octal 331 312 26 0 7 132 17 67 122 57
Binary 11011001 11001010 10110 0 111 1011010 1111 110111 1010010 101111

Color Harmonies of #D9CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA16

Black with #D9CA16

Text Example


Text Example

White with #D9CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA16; }

 p { color: rgb(217,202,22); }

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

background-color css

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

 a { background-color: rgb(217,202,22); }

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

border-color css

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

 span { border-color: rgb(217,202,22); }

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