Html Css Color HEX #DEB40C Sunflower

📋 copy color: '#DEB40C'

red 222 ◦ green 180 ◦ blue 12

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

Shades of Sunflower #DEB40C

Tints of Sunflower #DEB40C

RGB

 RED value IS 222 (87.11% from 255) = 53.62%

 GREEN value IS 180 (70.7% from 255) = 43.48%

 BLUE value IS 12 (5.08% from 255) = 2.9%

R = 53.62%
G = 43.48%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEB40C (or 0xDEB40C) is known color: Sunflower. HEX triplet: DE, B4 and 0C. RGB value is (222,180,12). Sum of RGB (Red+Green+Blue) = 222+180+12=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB40C is #214BF3. Grayscale: #AEAEAE. Windows color (decimal): -2182132 or 832734. OLE color: 832734.

HSL color Cylindrical-coordinate representation of color #DEB40C: hue angle of 48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEB40C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 180 12 -
CMYK 0 0.19 0.95 0.13
HSL 48º 0.9% 0.46% -
HSV(B) 48º 0.95% 0.87% -
XYZ 46.51 48.2 7.2 -
YUV 173.41 36.91 162.66 -
System Red Green Blue C M Y K H S L
Decimal 222 180 12 0 0.19 0.95 0.13 48 0.9 0.46
Hex DE B4 C 0 13 5F D 30 5A 2E
Octal 336 264 14 0 23 137 15 60 132 56
Binary 11011110 10110100 1100 0 10011 1011111 1101 110000 1011010 101110

Color Harmonies of #DEB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB40C

Black with #DEB40C

Text Example


Text Example

White with #DEB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB40C; }

 p { color: rgb(222,180,12); }

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

background-color css

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

 a { background-color: rgb(222,180,12); }

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

border-color css

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

 span { border-color: rgb(222,180,12); }

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