Html Css Color HEX #DDD33C Wattle

📋 copy color: '#DDD33C'

red 221 ◦ green 211 ◦ blue 60

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

Shades of Wattle #DDD33C

Tints of Wattle #DDD33C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.2%

R = 44.92%
G = 42.89%
B = 12.2%

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

#DDD33C (or 0xDDD33C) is known color: Wattle. HEX triplet: DD, D3 and 3C. RGB value is (221,211,60). Sum of RGB (Red+Green+Blue) = 221+211+60=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD33C is #222CC3. Grayscale: #C5C5C5. Windows color (decimal): -2239684 or 3986397. OLE color: 3986397.

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

Color convert

RGB 221 211 60 -
CMYK 0 0.05 0.73 0.13
HSL 56.27º 0.7% 0.55% -
HSV(B) 56.27º 0.73% 0.87% -
XYZ 53.93 62.29 13.46 -
YUV 196.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 221 211 60 0 0.05 0.73 0.13 56.27 0.7 0.55
Hex DD D3 3C 0 5 49 D 38 46 37
Octal 335 323 74 0 5 111 15 70 106 67
Binary 11011101 11010011 111100 0 101 1001001 1101 111000 1000110 110111

Color Harmonies of #DDD33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD33C

Black with #DDD33C

Text Example


Text Example

White with #DDD33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD33C; }

 p { color: rgb(221,211,60); }

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

background-color css

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

 a { background-color: rgb(221,211,60); }

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

border-color css

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

 span { border-color: rgb(221,211,60); }

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