Html Css Color HEX #DBC212 Sunflower

📋 copy color: '#DBC212'

red 219 ◦ green 194 ◦ blue 18

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

Shades of Sunflower #DBC212

Tints of Sunflower #DBC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 50.81%
G = 45.01%
B = 4.18%

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

#DBC212 (or 0xDBC212) is known color: Sunflower. HEX triplet: DB, C2 and 12. RGB value is (219,194,18). Sum of RGB (Red+Green+Blue) = 219+194+18=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC212 is #243DED. Grayscale: #B6B6B6. Windows color (decimal): -2375150 or 1229531. OLE color: 1229531.

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

Color convert

RGB 219 194 18 -
CMYK 0 0.11 0.92 0.14
HSL 52.54º 0.85% 0.46% -
HSV(B) 52.54º 0.92% 0.86% -
XYZ 48.61 53.69 8.37 -
YUV 181.41 35.78 154.81 -
System Red Green Blue C M Y K H S L
Decimal 219 194 18 0 0.11 0.92 0.14 52.54 0.85 0.46
Hex DB C2 12 0 B 5C E 35 55 2E
Octal 333 302 22 0 13 134 16 65 125 56
Binary 11011011 11000010 10010 0 1011 1011100 1110 110101 1010101 101110

Color Harmonies of #DBC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC212

Black with #DBC212

Text Example


Text Example

White with #DBC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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