Html Css Color HEX #D9BA1D Sunflower

📋 copy color: '#D9BA1D'

red 217 ◦ green 186 ◦ blue 29

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

Shades of Sunflower #D9BA1D

Tints of Sunflower #D9BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 50.23%
G = 43.06%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9BA1D (or 0xD9BA1D) is known color: Sunflower. HEX triplet: D9, BA and 1D. RGB value is (217,186,29). Sum of RGB (Red+Green+Blue) = 217+186+29=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA1D is #2645E2. Grayscale: #B2B2B2. Windows color (decimal): -2508259 or 1948377. OLE color: 1948377.

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

Color convert

RGB 217 186 29 -
CMYK 0 0.14 0.87 0.15
HSL 50.11º 0.76% 0.48% -
HSV(B) 50.11º 0.87% 0.85% -
XYZ 46.4 49.96 8.36 -
YUV 177.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 217 186 29 0 0.14 0.87 0.15 50.11 0.76 0.48
Hex D9 BA 1D 0 E 57 F 32 4C 30
Octal 331 272 35 0 16 127 17 62 114 60
Binary 11011001 10111010 11101 0 1110 1010111 1111 110010 1001100 110000

Color Harmonies of #D9BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA1D

Black with #D9BA1D

Text Example


Text Example

White with #D9BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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