Html Css Color HEX #DDC837 Wattle

📋 copy color: '#DDC837'

red 221 ◦ green 200 ◦ blue 55

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

Shades of Wattle #DDC837

Tints of Wattle #DDC837

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

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

R = 46.43%
G = 42.02%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC837 (or 0xDDC837) is known color: Wattle. HEX triplet: DD, C8 and 37. RGB value is (221,200,55). Sum of RGB (Red+Green+Blue) = 221+200+55=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC837 is #2237C8. Grayscale: #BEBEBE. Windows color (decimal): -2242505 or 3655901. OLE color: 3655901.

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

Color convert

RGB 221 200 55 -
CMYK 0 0.10 0.75 0.13
HSL 52.41º 0.71% 0.54% -
HSV(B) 52.41º 0.75% 0.87% -
XYZ 51.16 56.96 11.91 -
YUV 189.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 221 200 55 0 0.10 0.75 0.13 52.41 0.71 0.54
Hex DD C8 37 0 A 4B D 34 47 36
Octal 335 310 67 0 12 113 15 64 107 66
Binary 11011101 11001000 110111 0 1010 1001011 1101 110100 1000111 110110

Color Harmonies of #DDC837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC837

Black with #DDC837

Text Example


Text Example

White with #DDC837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC837; }

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

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

background-color css

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

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

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

border-color css

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

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

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