Html Css Color HEX #DEC93D Wattle

📋 copy color: '#DEC93D'

red 222 ◦ green 201 ◦ blue 61

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

Shades of Wattle #DEC93D

Tints of Wattle #DEC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.53%

 BLUE value IS 61 (24.22% from 255) = 12.6%

R = 45.87%
G = 41.53%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEC93D (or 0xDEC93D) is known color: Wattle. HEX triplet: DE, C9 and 3D. RGB value is (222,201,61). Sum of RGB (Red+Green+Blue) = 222+201+61=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 61 (24.22% from 255 or 12.60% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC93D is #2136C2. Grayscale: #BFBFBF. Windows color (decimal): -2176707 or 4049374. OLE color: 4049374.

HSL color Cylindrical-coordinate representation of color #DEC93D: hue angle of 52.17º 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 #DEC93D is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 201 61 -
CMYK 0 0.09 0.73 0.13
HSL 52.17º 0.71% 0.55% -
HSV(B) 52.17º 0.73% 0.87% -
XYZ 51.85 57.64 12.81 -
YUV 191.32 54.46 149.88 -
System Red Green Blue C M Y K H S L
Decimal 222 201 61 0 0.09 0.73 0.13 52.17 0.71 0.55
Hex DE C9 3D 0 9 49 D 34 47 37
Octal 336 311 75 0 11 111 15 64 107 67
Binary 11011110 11001001 111101 0 1001 1001001 1101 110100 1000111 110111

Color Harmonies of #DEC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC93D

Black with #DEC93D

Text Example


Text Example

White with #DEC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC93D; }

 p { color: rgb(222,201,61); }

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

background-color css

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

 a { background-color: rgb(222,201,61); }

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

border-color css

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

 span { border-color: rgb(222,201,61); }

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