Html Css Color HEX #DDCC39 Wattle

📋 copy color: '#DDCC39'

red 221 ◦ green 204 ◦ blue 57

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

Shades of Wattle #DDCC39

Tints of Wattle #DDCC39

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 57 (22.66% from 255) = 11.83%

R = 45.85%
G = 42.32%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDCC39 (or 0xDDCC39) is known color: Wattle. HEX triplet: DD, CC and 39. RGB value is (221,204,57). Sum of RGB (Red+Green+Blue) = 221+204+57=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 57 (22.66% from 255 or 11.83% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC39 is #2233C6. Grayscale: #C0C0C0. Windows color (decimal): -2241479 or 3787997. OLE color: 3787997.

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

Color convert

RGB 221 204 57 -
CMYK 0 0.08 0.74 0.13
HSL 53.78º 0.71% 0.55% -
HSV(B) 53.78º 0.74% 0.87% -
XYZ 52.15 58.85 12.48 -
YUV 192.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 221 204 57 0 0.08 0.74 0.13 53.78 0.71 0.55
Hex DD CC 39 0 8 4A D 36 47 37
Octal 335 314 71 0 10 112 15 66 107 67
Binary 11011101 11001100 111001 0 1000 1001010 1101 110110 1000111 110111

Color Harmonies of #DDCC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC39

Black with #DDCC39

Text Example


Text Example

White with #DDCC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC39; }

 p { color: rgb(221,204,57); }

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

background-color css

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

 a { background-color: rgb(221,204,57); }

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

border-color css

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

 span { border-color: rgb(221,204,57); }

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