Html Css Color HEX #D8BA0D Sunflower

📋 copy color: '#D8BA0D'

red 216 ◦ green 186 ◦ blue 13

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

Shades of Sunflower #D8BA0D

Tints of Sunflower #D8BA0D

RGB

 RED value IS 216 (84.77% from 255) = 52.05%

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

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

R = 52.05%
G = 44.82%
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

#D8BA0D (or 0xD8BA0D) is known color: Sunflower. HEX triplet: D8, BA and 0D. RGB value is (216,186,13). Sum of RGB (Red+Green+Blue) = 216+186+13=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA0D is #2745F2. Grayscale: #AFAFAF. Windows color (decimal): -2573811 or 899800. OLE color: 899800.

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

Color convert

RGB 216 186 13 -
CMYK 0 0.14 0.94 0.15
HSL 51.13º 0.89% 0.45% -
HSV(B) 51.13º 0.94% 0.85% -
XYZ 45.95 49.75 7.56 -
YUV 175.25 36.44 157.07 -
System Red Green Blue C M Y K H S L
Decimal 216 186 13 0 0.14 0.94 0.15 51.13 0.89 0.45
Hex D8 BA D 0 E 5E F 33 59 2D
Octal 330 272 15 0 16 136 17 63 131 55
Binary 11011000 10111010 1101 0 1110 1011110 1111 110011 1011001 101101

Color Harmonies of #D8BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA0D

Black with #D8BA0D

Text Example


Text Example

White with #D8BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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