Html Css Color HEX #D8BF11 Sunflower

📋 copy color: '#D8BF11'

red 216 ◦ green 191 ◦ blue 17

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

Shades of Sunflower #D8BF11

Tints of Sunflower #D8BF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.01%

R = 50.94%
G = 45.05%
B = 4.01%

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

#D8BF11 (or 0xD8BF11) is known color: Sunflower. HEX triplet: D8, BF and 11. RGB value is (216,191,17). Sum of RGB (Red+Green+Blue) = 216+191+17=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 17 (7.03% from 255 or 4.01% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BF11 is #2740EE. Grayscale: #B3B3B3. Windows color (decimal): -2572527 or 1163224. OLE color: 1163224.

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

Color convert

RGB 216 191 17 -
CMYK 0 0.12 0.92 0.15
HSL 52.46º 0.85% 0.46% -
HSV(B) 52.46º 0.92% 0.85% -
XYZ 47.05 51.9 8.07 -
YUV 178.64 36.78 154.65 -
System Red Green Blue C M Y K H S L
Decimal 216 191 17 0 0.12 0.92 0.15 52.46 0.85 0.46
Hex D8 BF 11 0 C 5C F 34 55 2E
Octal 330 277 21 0 14 134 17 64 125 56
Binary 11011000 10111111 10001 0 1100 1011100 1111 110100 1010101 101110

Color Harmonies of #D8BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BF11

Black with #D8BF11

Text Example


Text Example

White with #D8BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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