Html Css Color HEX #DBB818 Sunflower

📋 copy color: '#DBB818'

red 219 ◦ green 184 ◦ blue 24

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

Shades of Sunflower #DBB818

Tints of Sunflower #DBB818

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.09%

 BLUE value IS 24 (9.77% from 255) = 5.62%

R = 51.29%
G = 43.09%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBB818 (or 0xDBB818) is known color: Sunflower. HEX triplet: DB, B8 and 18. RGB value is (219,184,24). Sum of RGB (Red+Green+Blue) = 219+184+24=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB818 is #2447E7. Grayscale: #B0B0B0. Windows color (decimal): -2377704 or 1620187. OLE color: 1620187.

HSL color Cylindrical-coordinate representation of color #DBB818: hue angle of 49.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBB818 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 24 -
CMYK 0 0.16 0.89 0.14
HSL 49.23º 0.8% 0.48% -
HSV(B) 49.23º 0.89% 0.86% -
XYZ 46.52 49.41 7.95 -
YUV 176.23 42.1 158.51 -
System Red Green Blue C M Y K H S L
Decimal 219 184 24 0 0.16 0.89 0.14 49.23 0.8 0.48
Hex DB B8 18 0 10 59 E 31 50 30
Octal 333 270 30 0 20 131 16 61 120 60
Binary 11011011 10111000 11000 0 10000 1011001 1110 110001 1010000 110000

Color Harmonies of #DBB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB818

Black with #DBB818

Text Example


Text Example

White with #DBB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB818; }

 p { color: rgb(219,184,24); }

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

background-color css

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

 a { background-color: rgb(219,184,24); }

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

border-color css

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

 span { border-color: rgb(219,184,24); }

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