Html Css Color HEX #DED238 Wattle

📋 copy color: '#DED238'

red 222 ◦ green 210 ◦ blue 56

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

Shades of Wattle #DED238

Tints of Wattle #DED238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.03%

 BLUE value IS 56 (22.27% from 255) = 11.48%

R = 45.49%
G = 43.03%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DED238 (or 0xDED238) is known color: Wattle. HEX triplet: DE, D2 and 38. RGB value is (222,210,56). Sum of RGB (Red+Green+Blue) = 222+210+56=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DED238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED238 is #212DC7. Grayscale: #C4C4C4. Windows color (decimal): -2174408 or 3723998. OLE color: 3723998.

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

Color convert

RGB 222 210 56 -
CMYK 0 0.05 0.75 0.13
HSL 55.66º 0.72% 0.55% -
HSV(B) 55.66º 0.75% 0.87% -
XYZ 53.88 61.91 12.85 -
YUV 196.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 222 210 56 0 0.05 0.75 0.13 55.66 0.72 0.55
Hex DE D2 38 0 5 4B D 38 48 37
Octal 336 322 70 0 5 113 15 70 110 67
Binary 11011110 11010010 111000 0 101 1001011 1101 111000 1001000 110111

Color Harmonies of #DED238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED238

Black with #DED238

Text Example


Text Example

White with #DED238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED238; }

 p { color: rgb(222,210,56); }

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

background-color css

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

 a { background-color: rgb(222,210,56); }

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

border-color css

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

 span { border-color: rgb(222,210,56); }

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