Html Css Color HEX #DEC73B Wattle

📋 copy color: '#DEC73B'

red 222 ◦ green 199 ◦ blue 59

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

Shades of Wattle #DEC73B

Tints of Wattle #DEC73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.46%

 BLUE value IS 59 (23.44% from 255) = 12.29%

R = 46.25%
G = 41.46%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DEC73B (or 0xDEC73B) is known color: Wattle. HEX triplet: DE, C7 and 3B. RGB value is (222,199,59). Sum of RGB (Red+Green+Blue) = 222+199+59=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC73B is #2138C4. Grayscale: #BEBEBE. Windows color (decimal): -2177221 or 3917790. OLE color: 3917790.

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

Color convert

RGB 222 199 59 -
CMYK 0 0.10 0.73 0.13
HSL 51.53º 0.71% 0.55% -
HSV(B) 51.53º 0.73% 0.87% -
XYZ 51.34 56.69 12.37 -
YUV 189.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 222 199 59 0 0.10 0.73 0.13 51.53 0.71 0.55
Hex DE C7 3B 0 A 49 D 34 47 37
Octal 336 307 73 0 12 111 15 64 107 67
Binary 11011110 11000111 111011 0 1010 1001001 1101 110100 1000111 110111

Color Harmonies of #DEC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC73B

Black with #DEC73B

Text Example


Text Example

White with #DEC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC73B; }

 p { color: rgb(222,199,59); }

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

background-color css

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

 a { background-color: rgb(222,199,59); }

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

border-color css

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

 span { border-color: rgb(222,199,59); }

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