Html Css Color HEX #D8BD0C Sunflower

📋 copy color: '#D8BD0C'

red 216 ◦ green 189 ◦ blue 12

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

Shades of Sunflower #D8BD0C

Tints of Sunflower #D8BD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 51.8%
G = 45.32%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8BD0C (or 0xD8BD0C) is known color: Sunflower. HEX triplet: D8, BD and 0C. RGB value is (216,189,12). Sum of RGB (Red+Green+Blue) = 216+189+12=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BD0C is #2742F3. Grayscale: #B1B1B1. Windows color (decimal): -2573044 or 835032. OLE color: 835032.

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

Color convert

RGB 216 189 12 -
CMYK 0 0.12 0.94 0.15
HSL 52.06º 0.89% 0.45% -
HSV(B) 52.06º 0.94% 0.85% -
XYZ 46.58 51.02 7.74 -
YUV 176.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 216 189 12 0 0.12 0.94 0.15 52.06 0.89 0.45
Hex D8 BD C 0 C 5E F 34 59 2D
Octal 330 275 14 0 14 136 17 64 131 55
Binary 11011000 10111101 1100 0 1100 1011110 1111 110100 1011001 101101

Color Harmonies of #D8BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BD0C

Black with #D8BD0C

Text Example


Text Example

White with #D8BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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