Html Css Color HEX #DBC211 Sunflower

📋 copy color: '#DBC211'

red 219 ◦ green 194 ◦ blue 17

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

Shades of Sunflower #DBC211

Tints of Sunflower #DBC211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 50.93%
G = 45.12%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBC211 (or 0xDBC211) is known color: Sunflower. HEX triplet: DB, C2 and 11. RGB value is (219,194,17). Sum of RGB (Red+Green+Blue) = 219+194+17=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC211 is #243DEE. Grayscale: #B6B6B6. Windows color (decimal): -2375151 or 1163995. OLE color: 1163995.

HSL color Cylindrical-coordinate representation of color #DBC211: hue angle of 52.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBC211 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 194 17 -
CMYK 0 0.11 0.92 0.14
HSL 52.57º 0.86% 0.46% -
HSV(B) 52.57º 0.92% 0.86% -
XYZ 48.61 53.68 8.33 -
YUV 181.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 219 194 17 0 0.11 0.92 0.14 52.57 0.86 0.46
Hex DB C2 11 0 B 5C E 35 56 2E
Octal 333 302 21 0 13 134 16 65 126 56
Binary 11011011 11000010 10001 0 1011 1011100 1110 110101 1010110 101110

Color Harmonies of #DBC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC211

Black with #DBC211

Text Example


Text Example

White with #DBC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC211; }

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

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

background-color css

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

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

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

border-color css

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

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

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