Html Css Color HEX #DDCC37 Wattle

📋 copy color: '#DDCC37'

red 221 ◦ green 204 ◦ blue 55

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

Shades of Wattle #DDCC37

Tints of Wattle #DDCC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.46%

R = 46.04%
G = 42.5%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDCC37 (or 0xDDCC37) is known color: Wattle. HEX triplet: DD, CC and 37. RGB value is (221,204,55). Sum of RGB (Red+Green+Blue) = 221+204+55=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC37 is #2233C8. Grayscale: #C0C0C0. Windows color (decimal): -2241481 or 3656925. OLE color: 3656925.

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

Color convert

RGB 221 204 55 -
CMYK 0 0.08 0.75 0.13
HSL 53.86º 0.71% 0.54% -
HSV(B) 53.86º 0.75% 0.87% -
XYZ 52.1 58.83 12.22 -
YUV 192.1 50.63 148.62 -
System Red Green Blue C M Y K H S L
Decimal 221 204 55 0 0.08 0.75 0.13 53.86 0.71 0.54
Hex DD CC 37 0 8 4B D 36 47 36
Octal 335 314 67 0 10 113 15 66 107 66
Binary 11011101 11001100 110111 0 1000 1001011 1101 110110 1000111 110110

Color Harmonies of #DDCC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC37

Black with #DDCC37

Text Example


Text Example

White with #DDCC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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