Html Css Color HEX #DEC13C Wattle

📋 copy color: '#DEC13C'

red 222 ◦ green 193 ◦ blue 60

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

Shades of Wattle #DEC13C

Tints of Wattle #DEC13C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 60 (23.83% from 255) = 12.63%

R = 46.74%
G = 40.63%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEC13C (or 0xDEC13C) is known color: Wattle. HEX triplet: DE, C1 and 3C. RGB value is (222,193,60). Sum of RGB (Red+Green+Blue) = 222+193+60=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC13C is #213EC3. Grayscale: #BBBBBB. Windows color (decimal): -2178756 or 3981790. OLE color: 3981790.

HSL color Cylindrical-coordinate representation of color #DEC13C: hue angle of 49.26º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEC13C is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 60 -
CMYK 0 0.13 0.73 0.13
HSL 49.26º 0.71% 0.55% -
HSV(B) 49.26º 0.73% 0.87% -
XYZ 50.01 54 12.06 -
YUV 186.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 222 193 60 0 0.13 0.73 0.13 49.26 0.71 0.55
Hex DE C1 3C 0 D 49 D 31 47 37
Octal 336 301 74 0 15 111 15 61 107 67
Binary 11011110 11000001 111100 0 1101 1001001 1101 110001 1000111 110111

Color Harmonies of #DEC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC13C

Black with #DEC13C

Text Example


Text Example

White with #DEC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC13C; }

 p { color: rgb(222,193,60); }

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

background-color css

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

 a { background-color: rgb(222,193,60); }

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

border-color css

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

 span { border-color: rgb(222,193,60); }

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