Html Css Color HEX #D8B000 Sunflower

📋 copy color: '#D8B000'

red 216 ◦ green 176 ◦ blue 0

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

Shades of Sunflower #D8B000

Tints of Sunflower #D8B000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.1%
G = 44.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D8B000 (or 0xD8B000) is known color: Sunflower. HEX triplet: D8, B0 and 00. RGB value is (216,176,0). Sum of RGB (Red+Green+Blue) = 216+176+0=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8B000 is #274FFF. Grayscale: #A8A8A8. Windows color (decimal): -2576384 or 45272. OLE color: 45272.

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

Color convert

RGB 216 176 0 -
CMYK 0 0.19 1 0.15
HSL 48.89º 1% 0.42% -
HSV(B) 48.89º 1% 0.85% -
XYZ 43.84 45.65 6.5 -
YUV 167.9 33.25 162.31 -
System Red Green Blue C M Y K H S L
Decimal 216 176 0 0 0.19 1 0.15 48.89 1 0.42
Hex D8 B0 0 0 13 64 F 31 64 2A
Octal 330 260 0 0 23 144 17 61 144 52
Binary 11011000 10110000 0 0 10011 1100100 1111 110001 1100100 101010

Color Harmonies of #D8B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B000

Black with #D8B000

Text Example


Text Example

White with #D8B000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B000; }

 p { color: rgb(216,176,0); }

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

background-color css

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

 a { background-color: rgb(216,176,0); }

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

border-color css

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

 span { border-color: rgb(216,176,0); }

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