Html Css Color HEX #DDD238 Wattle

📋 copy color: '#DDD238'

red 221 ◦ green 210 ◦ blue 56

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

Shades of Wattle #DDD238

Tints of Wattle #DDD238

RGB

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

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

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

R = 45.38%
G = 43.12%
B = 11.5%

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

#DDD238 (or 0xDDD238) is known color: Wattle. HEX triplet: DD, D2 and 38. RGB value is (221,210,56). Sum of RGB (Red+Green+Blue) = 221+210+56=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD238 is #222DC7. Grayscale: #C4C4C4. Windows color (decimal): -2239944 or 3723997. OLE color: 3723997.

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

Color convert

RGB 221 210 56 -
CMYK 0 0.05 0.75 0.13
HSL 56º 0.71% 0.54% -
HSV(B) 56º 0.75% 0.87% -
XYZ 53.58 61.75 12.84 -
YUV 195.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 221 210 56 0 0.05 0.75 0.13 56 0.71 0.54
Hex DD D2 38 0 5 4B D 38 47 36
Octal 335 322 70 0 5 113 15 70 107 66
Binary 11011101 11010010 111000 0 101 1001011 1101 111000 1000111 110110

Color Harmonies of #DDD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD238

Black with #DDD238

Text Example


Text Example

White with #DDD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD238; }

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

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

background-color css

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

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

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

border-color css

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

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

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