Html Css Color HEX #D9BA0C Sunflower

📋 copy color: '#D9BA0C'

red 217 ◦ green 186 ◦ blue 12

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

Shades of Sunflower #D9BA0C

Tints of Sunflower #D9BA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

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

R = 52.29%
G = 44.82%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9BA0C (or 0xD9BA0C) is known color: Sunflower. HEX triplet: D9, BA and 0C. RGB value is (217,186,12). Sum of RGB (Red+Green+Blue) = 217+186+12=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA0C is #2645F3. Grayscale: #B0B0B0. Windows color (decimal): -2508276 or 834265. OLE color: 834265.

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

Color convert

RGB 217 186 12 -
CMYK 0 0.14 0.94 0.15
HSL 50.93º 0.9% 0.45% -
HSV(B) 50.93º 0.94% 0.85% -
XYZ 46.24 49.9 7.54 -
YUV 175.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 217 186 12 0 0.14 0.94 0.15 50.93 0.9 0.45
Hex D9 BA C 0 E 5E F 33 5A 2D
Octal 331 272 14 0 16 136 17 63 132 55
Binary 11011001 10111010 1100 0 1110 1011110 1111 110011 1011010 101101

Color Harmonies of #D9BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA0C

Black with #D9BA0C

Text Example


Text Example

White with #D9BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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