Html Css Color HEX #D8BB0B Sunflower

📋 copy color: '#D8BB0B'

red 216 ◦ green 187 ◦ blue 11

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

Shades of Sunflower #D8BB0B

Tints of Sunflower #D8BB0B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

 BLUE value IS 11 (4.69% from 255) = 2.66%

R = 52.17%
G = 45.17%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8BB0B (or 0xD8BB0B) is known color: Sunflower. HEX triplet: D8, BB and 0B. RGB value is (216,187,11). Sum of RGB (Red+Green+Blue) = 216+187+11=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8BB0B is #2744F4. Grayscale: #B0B0B0. Windows color (decimal): -2573557 or 768984. OLE color: 768984.

HSL color Cylindrical-coordinate representation of color #D8BB0B: hue angle of 51.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8BB0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 187 11 -
CMYK 0 0.13 0.95 0.15
HSL 51.51º 0.9% 0.45% -
HSV(B) 51.51º 0.95% 0.85% -
XYZ 46.15 50.16 7.57 -
YUV 175.61 35.11 156.81 -
System Red Green Blue C M Y K H S L
Decimal 216 187 11 0 0.13 0.95 0.15 51.51 0.9 0.45
Hex D8 BB B 0 D 5F F 34 5A 2D
Octal 330 273 13 0 15 137 17 64 132 55
Binary 11011000 10111011 1011 0 1101 1011111 1111 110100 1011010 101101

Color Harmonies of #D8BB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB0B

Black with #D8BB0B

Text Example


Text Example

White with #D8BB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB0B; }

 p { color: rgb(216,187,11); }

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

background-color css

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

 a { background-color: rgb(216,187,11); }

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

border-color css

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

 span { border-color: rgb(216,187,11); }

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