Html Css Color HEX #D9BA0D Sunflower

📋 copy color: '#D9BA0D'

red 217 ◦ green 186 ◦ blue 13

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

Shades of Sunflower #D9BA0D

Tints of Sunflower #D9BA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 52.16%
G = 44.71%
B = 3.13%

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

#D9BA0D (or 0xD9BA0D) is known color: Sunflower. HEX triplet: D9, BA and 0D. RGB value is (217,186,13). Sum of RGB (Red+Green+Blue) = 217+186+13=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BA0D is #2645F2. Grayscale: #B0B0B0. Windows color (decimal): -2508275 or 899801. OLE color: 899801.

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

Color convert

RGB 217 186 13 -
CMYK 0 0.14 0.94 0.15
HSL 50.88º 0.89% 0.45% -
HSV(B) 50.88º 0.94% 0.85% -
XYZ 46.25 49.9 7.57 -
YUV 175.55 36.27 157.57 -
System Red Green Blue C M Y K H S L
Decimal 217 186 13 0 0.14 0.94 0.15 50.88 0.89 0.45
Hex D9 BA D 0 E 5E F 33 59 2D
Octal 331 272 15 0 16 136 17 63 131 55
Binary 11011001 10111010 1101 0 1110 1011110 1111 110011 1011001 101101

Color Harmonies of #D9BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA0D

Black with #D9BA0D

Text Example


Text Example

White with #D9BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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