Html Css Color HEX #DBC720 Sunflower

📋 copy color: '#DBC720'

red 219 ◦ green 199 ◦ blue 32

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

Shades of Sunflower #DBC720

Tints of Sunflower #DBC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 32 (12.89% from 255) = 7.11%

R = 48.67%
G = 44.22%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBC720 (or 0xDBC720) is known color: Sunflower. HEX triplet: DB, C7 and 20. RGB value is (219,199,32). Sum of RGB (Red+Green+Blue) = 219+199+32=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC720 is #2438DF. Grayscale: #BABABA. Windows color (decimal): -2373856 or 2148315. OLE color: 2148315.

HSL color Cylindrical-coordinate representation of color #DBC720: hue angle of 53.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBC720 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 199 32 -
CMYK 0 0.09 0.85 0.14
HSL 53.58º 0.75% 0.49% -
HSV(B) 53.58º 0.85% 0.86% -
XYZ 49.9 56.01 9.55 -
YUV 185.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 219 199 32 0 0.09 0.85 0.14 53.58 0.75 0.49
Hex DB C7 20 0 9 55 E 36 4B 31
Octal 333 307 40 0 11 125 16 66 113 61
Binary 11011011 11000111 100000 0 1001 1010101 1110 110110 1001011 110001

Color Harmonies of #DBC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC720

Black with #DBC720

Text Example


Text Example

White with #DBC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC720; }

 p { color: rgb(219,199,32); }

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

background-color css

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

 a { background-color: rgb(219,199,32); }

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

border-color css

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

 span { border-color: rgb(219,199,32); }

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