Html Css Color HEX #DDCC36 Wattle

📋 copy color: '#DDCC36'

red 221 ◦ green 204 ◦ blue 54

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

Shades of Wattle #DDCC36

Tints of Wattle #DDCC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.27%

R = 46.14%
G = 42.59%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDCC36 (or 0xDDCC36) is known color: Wattle. HEX triplet: DD, CC and 36. RGB value is (221,204,54). Sum of RGB (Red+Green+Blue) = 221+204+54=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC36 is #2233C9. Grayscale: #C0C0C0. Windows color (decimal): -2241482 or 3591389. OLE color: 3591389.

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

Color convert

RGB 221 204 54 -
CMYK 0 0.08 0.76 0.13
HSL 53.89º 0.71% 0.54% -
HSV(B) 53.89º 0.76% 0.87% -
XYZ 52.08 58.82 12.1 -
YUV 191.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 221 204 54 0 0.08 0.76 0.13 53.89 0.71 0.54
Hex DD CC 36 0 8 4C D 36 47 36
Octal 335 314 66 0 10 114 15 66 107 66
Binary 11011101 11001100 110110 0 1000 1001100 1101 110110 1000111 110110

Color Harmonies of #DDCC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC36

Black with #DDCC36

Text Example


Text Example

White with #DDCC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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