Html Css Color HEX #DBB318 Sunflower

📋 copy color: '#DBB318'

red 219 ◦ green 179 ◦ blue 24

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

Shades of Sunflower #DBB318

Tints of Sunflower #DBB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 51.9%
G = 42.42%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBB318 (or 0xDBB318) is known color: Sunflower. HEX triplet: DB, B3 and 18. RGB value is (219,179,24). Sum of RGB (Red+Green+Blue) = 219+179+24=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB318 is #244CE7. Grayscale: #ADADAD. Windows color (decimal): -2378984 or 1618907. OLE color: 1618907.

HSL color Cylindrical-coordinate representation of color #DBB318: hue angle of 47.69º 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 #DBB318 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 24 -
CMYK 0 0.18 0.89 0.14
HSL 47.69º 0.8% 0.48% -
HSV(B) 47.69º 0.89% 0.86% -
XYZ 45.5 47.37 7.61 -
YUV 173.29 43.75 160.6 -
System Red Green Blue C M Y K H S L
Decimal 219 179 24 0 0.18 0.89 0.14 47.69 0.8 0.48
Hex DB B3 18 0 12 59 E 30 50 30
Octal 333 263 30 0 22 131 16 60 120 60
Binary 11011011 10110011 11000 0 10010 1011001 1110 110000 1010000 110000

Color Harmonies of #DBB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB318

Black with #DBB318

Text Example


Text Example

White with #DBB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB318; }

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

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

background-color css

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

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

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

border-color css

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

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

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