Html Css Color HEX #DED33D Wattle

📋 copy color: '#DED33D'

red 222 ◦ green 211 ◦ blue 61

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

Shades of Wattle #DED33D

Tints of Wattle #DED33D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

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

R = 44.94%
G = 42.71%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DED33D (or 0xDED33D) is known color: Wattle. HEX triplet: DE, D3 and 3D. RGB value is (222,211,61). Sum of RGB (Red+Green+Blue) = 222+211+61=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DED33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED33D is #212CC2. Grayscale: #C5C5C5. Windows color (decimal): -2174147 or 4051934. OLE color: 4051934.

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

Color convert

RGB 222 211 61 -
CMYK 0 0.05 0.73 0.13
HSL 55.9º 0.71% 0.55% -
HSV(B) 55.9º 0.73% 0.87% -
XYZ 54.26 62.46 13.61 -
YUV 197.19 51.14 145.7 -
System Red Green Blue C M Y K H S L
Decimal 222 211 61 0 0.05 0.73 0.13 55.9 0.71 0.55
Hex DE D3 3D 0 5 49 D 38 47 37
Octal 336 323 75 0 5 111 15 70 107 67
Binary 11011110 11010011 111101 0 101 1001001 1101 111000 1000111 110111

Color Harmonies of #DED33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED33D

Black with #DED33D

Text Example


Text Example

White with #DED33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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