Html Css Color HEX #DBC818 Sunflower

📋 copy color: '#DBC818'

red 219 ◦ green 200 ◦ blue 24

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

Shades of Sunflower #DBC818

Tints of Sunflower #DBC818

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.15%

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

R = 49.44%
G = 45.15%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBC818 (or 0xDBC818) is known color: Sunflower. HEX triplet: DB, C8 and 18. RGB value is (219,200,24). Sum of RGB (Red+Green+Blue) = 219+200+24=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC818 is #2437E7. Grayscale: #BABABA. Windows color (decimal): -2373608 or 1624283. OLE color: 1624283.

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

Color convert

RGB 219 200 24 -
CMYK 0 0.09 0.89 0.14
HSL 54.15º 0.8% 0.48% -
HSV(B) 54.15º 0.89% 0.86% -
XYZ 50.03 56.43 9.12 -
YUV 185.62 36.79 151.81 -
System Red Green Blue C M Y K H S L
Decimal 219 200 24 0 0.09 0.89 0.14 54.15 0.8 0.48
Hex DB C8 18 0 9 59 E 36 50 30
Octal 333 310 30 0 11 131 16 66 120 60
Binary 11011011 11001000 11000 0 1001 1011001 1110 110110 1010000 110000

Color Harmonies of #DBC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC818

Black with #DBC818

Text Example


Text Example

White with #DBC818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC818; }

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

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

background-color css

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

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

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

border-color css

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

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

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