Html Css Color HEX #D8BA0C Sunflower

📋 copy color: '#D8BA0C'

red 216 ◦ green 186 ◦ blue 12

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

Shades of Sunflower #D8BA0C

Tints of Sunflower #D8BA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 52.17%
G = 44.93%
B = 2.9%

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

#D8BA0C (or 0xD8BA0C) is known color: Sunflower. HEX triplet: D8, BA and 0C. RGB value is (216,186,12). Sum of RGB (Red+Green+Blue) = 216+186+12=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BA0C is #2745F3. Grayscale: #AFAFAF. Windows color (decimal): -2573812 or 834264. OLE color: 834264.

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

Color convert

RGB 216 186 12 -
CMYK 0 0.14 0.94 0.15
HSL 51.18º 0.89% 0.45% -
HSV(B) 51.18º 0.94% 0.85% -
XYZ 45.94 49.74 7.53 -
YUV 175.13 35.94 157.15 -
System Red Green Blue C M Y K H S L
Decimal 216 186 12 0 0.14 0.94 0.15 51.18 0.89 0.45
Hex D8 BA C 0 E 5E F 33 59 2D
Octal 330 272 14 0 16 136 17 63 131 55
Binary 11011000 10111010 1100 0 1110 1011110 1111 110011 1011001 101101

Color Harmonies of #D8BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA0C

Black with #D8BA0C

Text Example


Text Example

White with #D8BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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