Html Css Color HEX #D9BB0A Sunflower

📋 copy color: '#D9BB0A'

red 217 ◦ green 187 ◦ blue 10

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

Shades of Sunflower #D9BB0A

Tints of Sunflower #D9BB0A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 52.42%
G = 45.17%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9BB0A (or 0xD9BB0A) is known color: Sunflower. HEX triplet: D9, BB and 0A. RGB value is (217,187,10). Sum of RGB (Red+Green+Blue) = 217+187+10=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BB0A is #2644F5. Grayscale: #B0B0B0. Windows color (decimal): -2508022 or 703449. OLE color: 703449.

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

Color convert

RGB 217 187 10 -
CMYK 0 0.14 0.95 0.15
HSL 51.3º 0.91% 0.45% -
HSV(B) 51.3º 0.95% 0.85% -
XYZ 46.44 50.31 7.55 -
YUV 175.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 217 187 10 0 0.14 0.95 0.15 51.3 0.91 0.45
Hex D9 BB A 0 E 5F F 33 5B 2D
Octal 331 273 12 0 16 137 17 63 133 55
Binary 11011001 10111011 1010 0 1110 1011111 1111 110011 1011011 101101

Color Harmonies of #D9BB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB0A

Black with #D9BB0A

Text Example


Text Example

White with #D9BB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB0A; }

 p { color: rgb(217,187,10); }

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

background-color css

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

 a { background-color: rgb(217,187,10); }

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

border-color css

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

 span { border-color: rgb(217,187,10); }

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