Html Css Color HEX #DDC337 Wattle

📋 copy color: '#DDC337'

red 221 ◦ green 195 ◦ blue 55

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

Shades of Wattle #DDC337

Tints of Wattle #DDC337

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

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

R = 46.92%
G = 41.4%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC337 (or 0xDDC337) is known color: Wattle. HEX triplet: DD, C3 and 37. RGB value is (221,195,55). Sum of RGB (Red+Green+Blue) = 221+195+55=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC337 is #223CC8. Grayscale: #BBBBBB. Windows color (decimal): -2243785 or 3654621. OLE color: 3654621.

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

Color convert

RGB 221 195 55 -
CMYK 0 0.12 0.75 0.13
HSL 50.6º 0.71% 0.54% -
HSV(B) 50.6º 0.75% 0.87% -
XYZ 50.02 54.68 11.53 -
YUV 186.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 221 195 55 0 0.12 0.75 0.13 50.6 0.71 0.54
Hex DD C3 37 0 C 4B D 33 47 36
Octal 335 303 67 0 14 113 15 63 107 66
Binary 11011101 11000011 110111 0 1100 1001011 1101 110011 1000111 110110

Color Harmonies of #DDC337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC337

Black with #DDC337

Text Example


Text Example

White with #DDC337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC337; }

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

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

background-color css

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

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

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

border-color css

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

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

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