Html Css Color HEX #D8BF12 Sunflower

📋 copy color: '#D8BF12'

red 216 ◦ green 191 ◦ blue 18

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

Shades of Sunflower #D8BF12

Tints of Sunflower #D8BF12

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

 BLUE value IS 18 (7.42% from 255) = 4.24%

R = 50.82%
G = 44.94%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8BF12 (or 0xD8BF12) is known color: Sunflower. HEX triplet: D8, BF and 12. RGB value is (216,191,18). Sum of RGB (Red+Green+Blue) = 216+191+18=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BF12 is #2740ED. Grayscale: #B3B3B3. Windows color (decimal): -2572526 or 1228760. OLE color: 1228760.

HSL color Cylindrical-coordinate representation of color #D8BF12: hue angle of 52.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8BF12 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 191 18 -
CMYK 0 0.12 0.92 0.15
HSL 52.42º 0.85% 0.46% -
HSV(B) 52.42º 0.92% 0.85% -
XYZ 47.06 51.9 8.11 -
YUV 178.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 216 191 18 0 0.12 0.92 0.15 52.42 0.85 0.46
Hex D8 BF 12 0 C 5C F 34 55 2E
Octal 330 277 22 0 14 134 17 64 125 56
Binary 11011000 10111111 10010 0 1100 1011100 1111 110100 1010101 101110

Color Harmonies of #D8BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF12

Black with #D8BF12

Text Example


Text Example

White with #D8BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF12; }

 p { color: rgb(216,191,18); }

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

background-color css

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

 a { background-color: rgb(216,191,18); }

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

border-color css

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

 span { border-color: rgb(216,191,18); }

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