Html Css Color HEX #DBC221 Sunflower

📋 copy color: '#DBC221'

red 219 ◦ green 194 ◦ blue 33

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

Shades of Sunflower #DBC221

Tints of Sunflower #DBC221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.4%

R = 49.1%
G = 43.5%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBC221 (or 0xDBC221) is known color: Sunflower. HEX triplet: DB, C2 and 21. RGB value is (219,194,33). Sum of RGB (Red+Green+Blue) = 219+194+33=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC221 is #243DDE. Grayscale: #B7B7B7. Windows color (decimal): -2375135 or 2212571. OLE color: 2212571.

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

Color convert

RGB 219 194 33 -
CMYK 0 0.11 0.85 0.14
HSL 51.94º 0.74% 0.49% -
HSV(B) 51.94º 0.85% 0.86% -
XYZ 48.78 53.75 9.24 -
YUV 183.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 219 194 33 0 0.11 0.85 0.14 51.94 0.74 0.49
Hex DB C2 21 0 B 55 E 34 4A 31
Octal 333 302 41 0 13 125 16 64 112 61
Binary 11011011 11000010 100001 0 1011 1010101 1110 110100 1001010 110001

Color Harmonies of #DBC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC221

Black with #DBC221

Text Example


Text Example

White with #DBC221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC221; }

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

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

background-color css

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

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

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

border-color css

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

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

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