Html Css Color HEX #D9CA15 Sunflower

📋 copy color: '#D9CA15'

red 217 ◦ green 202 ◦ blue 21

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

Shades of Sunflower #D9CA15

Tints of Sunflower #D9CA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.77%

R = 49.32%
G = 45.91%
B = 4.77%

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

#D9CA15 (or 0xD9CA15) is known color: Sunflower. HEX triplet: D9, CA and 15. RGB value is (217,202,21). Sum of RGB (Red+Green+Blue) = 217+202+21=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA15 is #2635EA. Grayscale: #BABABA. Windows color (decimal): -2504171 or 1428185. OLE color: 1428185.

HSL color Cylindrical-coordinate representation of color #D9CA15: hue angle of 55.41º 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 #D9CA15 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 21 -
CMYK 0 0.07 0.90 0.15
HSL 55.41º 0.82% 0.47% -
HSV(B) 55.41º 0.9% 0.85% -
XYZ 49.87 57.05 9.09 -
YUV 185.85 34.97 150.22 -
System Red Green Blue C M Y K H S L
Decimal 217 202 21 0 0.07 0.90 0.15 55.41 0.82 0.47
Hex D9 CA 15 0 7 5A F 37 52 2F
Octal 331 312 25 0 7 132 17 67 122 57
Binary 11011001 11001010 10101 0 111 1011010 1111 110111 1010010 101111

Color Harmonies of #D9CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA15

Black with #D9CA15

Text Example


Text Example

White with #D9CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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