Html Css Color HEX #D8B505 Sunflower

📋 copy color: '#D8B505'

red 216 ◦ green 181 ◦ blue 5

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

Shades of Sunflower #D8B505

Tints of Sunflower #D8B505

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.02%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 53.73%
G = 45.02%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D8B505 (or 0xD8B505) is known color: Sunflower. HEX triplet: D8, B5 and 05. RGB value is (216,181,5). Sum of RGB (Red+Green+Blue) = 216+181+5=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B505 is #274AFA. Grayscale: #ACACAC. Windows color (decimal): -2575099 or 374232. OLE color: 374232.

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

Color convert

RGB 216 181 5 -
CMYK 0 0.16 0.98 0.15
HSL 50.05º 0.95% 0.43% -
HSV(B) 50.05º 0.98% 0.85% -
XYZ 44.87 47.66 6.98 -
YUV 171.4 34.1 159.81 -
System Red Green Blue C M Y K H S L
Decimal 216 181 5 0 0.16 0.98 0.15 50.05 0.95 0.43
Hex D8 B5 5 0 10 62 F 32 5F 2B
Octal 330 265 5 0 20 142 17 62 137 53
Binary 11011000 10110101 101 0 10000 1100010 1111 110010 1011111 101011

Color Harmonies of #D8B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B505

Black with #D8B505

Text Example


Text Example

White with #D8B505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B505; }

 p { color: rgb(216,181,5); }

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

background-color css

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

 a { background-color: rgb(216,181,5); }

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

border-color css

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

 span { border-color: rgb(216,181,5); }

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