Html Css Color HEX #DBC218 Sunflower

📋 copy color: '#DBC218'

red 219 ◦ green 194 ◦ blue 24

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

Shades of Sunflower #DBC218

Tints of Sunflower #DBC218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.39%

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

R = 50.11%
G = 44.39%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBC218 (or 0xDBC218) is known color: Sunflower. HEX triplet: DB, C2 and 18. RGB value is (219,194,24). Sum of RGB (Red+Green+Blue) = 219+194+24=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 24 (9.77% from 255 or 5.49% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC218 is #243DE7. Grayscale: #B6B6B6. Windows color (decimal): -2375144 or 1622747. OLE color: 1622747.

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

Color convert

RGB 219 194 24 -
CMYK 0 0.11 0.89 0.14
HSL 52.31º 0.8% 0.48% -
HSV(B) 52.31º 0.89% 0.86% -
XYZ 48.67 53.71 8.67 -
YUV 182.1 38.78 154.32 -
System Red Green Blue C M Y K H S L
Decimal 219 194 24 0 0.11 0.89 0.14 52.31 0.8 0.48
Hex DB C2 18 0 B 59 E 34 50 30
Octal 333 302 30 0 13 131 16 64 120 60
Binary 11011011 11000010 11000 0 1011 1011001 1110 110100 1010000 110000

Color Harmonies of #DBC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC218

Black with #DBC218

Text Example


Text Example

White with #DBC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC218; }

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

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

background-color css

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

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

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

border-color css

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

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

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