Html Css Color HEX #DDD235 Wattle

📋 copy color: '#DDD235'

red 221 ◦ green 210 ◦ blue 53

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

Shades of Wattle #DDD235

Tints of Wattle #DDD235

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

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

 BLUE value IS 53 (21.09% from 255) = 10.95%

R = 45.66%
G = 43.39%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDD235 (or 0xDDD235) is known color: Wattle. HEX triplet: DD, D2 and 35. RGB value is (221,210,53). Sum of RGB (Red+Green+Blue) = 221+210+53=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD235 is #222DCA. Grayscale: #C4C4C4. Windows color (decimal): -2239947 or 3527389. OLE color: 3527389.

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

Color convert

RGB 221 210 53 -
CMYK 0 0.05 0.76 0.13
HSL 56.07º 0.71% 0.54% -
HSV(B) 56.07º 0.76% 0.87% -
XYZ 53.51 61.72 12.46 -
YUV 195.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 221 210 53 0 0.05 0.76 0.13 56.07 0.71 0.54
Hex DD D2 35 0 5 4C D 38 47 36
Octal 335 322 65 0 5 114 15 70 107 66
Binary 11011101 11010010 110101 0 101 1001100 1101 111000 1000111 110110

Color Harmonies of #DDD235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD235

Black with #DDD235

Text Example


Text Example

White with #DDD235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD235; }

 p { color: rgb(221,210,53); }

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

background-color css

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

 a { background-color: rgb(221,210,53); }

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

border-color css

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

 span { border-color: rgb(221,210,53); }

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