Html Css Color HEX #D9B80C Sunflower

📋 copy color: '#D9B80C'

red 217 ◦ green 184 ◦ blue 12

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

Shades of Sunflower #D9B80C

Tints of Sunflower #D9B80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.55%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 52.54%
G = 44.55%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9B80C (or 0xD9B80C) is known color: Sunflower. HEX triplet: D9, B8 and 0C. RGB value is (217,184,12). Sum of RGB (Red+Green+Blue) = 217+184+12=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 184 (72.27% from 255 or 44.55% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9B80C is #2647F3. Grayscale: #AEAEAE. Windows color (decimal): -2508788 or 833753. OLE color: 833753.

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

Color convert

RGB 217 184 12 -
CMYK 0 0.15 0.94 0.15
HSL 50.34º 0.9% 0.45% -
HSV(B) 50.34º 0.94% 0.85% -
XYZ 45.82 49.06 7.4 -
YUV 174.26 36.43 158.49 -
System Red Green Blue C M Y K H S L
Decimal 217 184 12 0 0.15 0.94 0.15 50.34 0.9 0.45
Hex D9 B8 C 0 F 5E F 32 5A 2D
Octal 331 270 14 0 17 136 17 62 132 55
Binary 11011001 10111000 1100 0 1111 1011110 1111 110010 1011010 101101

Color Harmonies of #D9B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B80C

Black with #D9B80C

Text Example


Text Example

White with #D9B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B80C; }

 p { color: rgb(217,184,12); }

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

background-color css

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

 a { background-color: rgb(217,184,12); }

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

border-color css

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

 span { border-color: rgb(217,184,12); }

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