Html Css Color HEX #DDCD37 Wattle

📋 copy color: '#DDCD37'

red 221 ◦ green 205 ◦ blue 55

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

Shades of Wattle #DDCD37

Tints of Wattle #DDCD37

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

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

R = 45.95%
G = 42.62%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDCD37 (or 0xDDCD37) is known color: Wattle. HEX triplet: DD, CD and 37. RGB value is (221,205,55). Sum of RGB (Red+Green+Blue) = 221+205+55=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD37 is #2232C8. Grayscale: #C1C1C1. Windows color (decimal): -2241225 or 3657181. OLE color: 3657181.

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

Color convert

RGB 221 205 55 -
CMYK 0 0.07 0.75 0.13
HSL 54.22º 0.71% 0.54% -
HSV(B) 54.22º 0.75% 0.87% -
XYZ 52.34 59.31 12.3 -
YUV 192.68 50.3 148.2 -
System Red Green Blue C M Y K H S L
Decimal 221 205 55 0 0.07 0.75 0.13 54.22 0.71 0.54
Hex DD CD 37 0 7 4B D 36 47 36
Octal 335 315 67 0 7 113 15 66 107 66
Binary 11011101 11001101 110111 0 111 1001011 1101 110110 1000111 110110

Color Harmonies of #DDCD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD37

Black with #DDCD37

Text Example


Text Example

White with #DDCD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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