Html Css Color HEX #DBC008 Sunflower

📋 copy color: '#DBC008'

red 219 ◦ green 192 ◦ blue 8

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

Shades of Sunflower #DBC008

Tints of Sunflower #DBC008

RGB

 RED value IS 219 (85.94% from 255) = 52.27%

 GREEN value IS 192 (75.39% from 255) = 45.82%

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 52.27%
G = 45.82%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBC008 (or 0xDBC008) is known color: Sunflower. HEX triplet: DB, C0 and 08. RGB value is (219,192,8). Sum of RGB (Red+Green+Blue) = 219+192+8=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC008 is #243FF7. Grayscale: #B3B3B3. Windows color (decimal): -2375672 or 573659. OLE color: 573659.

HSL color Cylindrical-coordinate representation of color #DBC008: hue angle of 52.32º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBC008 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 8 -
CMYK 0 0.12 0.96 0.14
HSL 52.32º 0.93% 0.45% -
HSV(B) 52.32º 0.96% 0.86% -
XYZ 48.11 52.78 7.88 -
YUV 179.1 31.45 156.46 -
System Red Green Blue C M Y K H S L
Decimal 219 192 8 0 0.12 0.96 0.14 52.32 0.93 0.45
Hex DB C0 8 0 C 60 E 34 5D 2D
Octal 333 300 10 0 14 140 16 64 135 55
Binary 11011011 11000000 1000 0 1100 1100000 1110 110100 1011101 101101

Color Harmonies of #DBC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC008

Black with #DBC008

Text Example


Text Example

White with #DBC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC008; }

 p { color: rgb(219,192,8); }

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

background-color css

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

 a { background-color: rgb(219,192,8); }

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

border-color css

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

 span { border-color: rgb(219,192,8); }

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