Html Css Color HEX #D9BA06 Sunflower

📋 copy color: '#D9BA06'

red 217 ◦ green 186 ◦ blue 6

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

Shades of Sunflower #D9BA06

Tints of Sunflower #D9BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 53.06%
G = 45.48%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D9BA06 (or 0xD9BA06) is known color: Sunflower. HEX triplet: D9, BA and 06. RGB value is (217,186,6). Sum of RGB (Red+Green+Blue) = 217+186+6=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA06 is #2645F9. Grayscale: #AFAFAF. Windows color (decimal): -2508282 or 441049. OLE color: 441049.

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

Color convert

RGB 217 186 6 -
CMYK 0 0.14 0.97 0.15
HSL 51.18º 0.95% 0.44% -
HSV(B) 51.18º 0.97% 0.85% -
XYZ 46.21 49.88 7.37 -
YUV 174.75 32.77 158.14 -
System Red Green Blue C M Y K H S L
Decimal 217 186 6 0 0.14 0.97 0.15 51.18 0.95 0.44
Hex D9 BA 6 0 E 61 F 33 5F 2C
Octal 331 272 6 0 16 141 17 63 137 54
Binary 11011001 10111010 110 0 1110 1100001 1111 110011 1011111 101100

Color Harmonies of #D9BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA06

Black with #D9BA06

Text Example


Text Example

White with #D9BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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