Html Css Color HEX #DDC636 Wattle

📋 copy color: '#DDC636'

red 221 ◦ green 198 ◦ blue 54

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

Shades of Wattle #DDC636

Tints of Wattle #DDC636

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.86%

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

R = 46.72%
G = 41.86%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC636 (or 0xDDC636) is known color: Wattle. HEX triplet: DD, C6 and 36. RGB value is (221,198,54). Sum of RGB (Red+Green+Blue) = 221+198+54=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC636 is #2239C9. Grayscale: #BDBDBD. Windows color (decimal): -2243018 or 3589853. OLE color: 3589853.

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

Color convert

RGB 221 198 54 -
CMYK 0 0.10 0.76 0.13
HSL 51.74º 0.71% 0.54% -
HSV(B) 51.74º 0.76% 0.87% -
XYZ 50.68 56.03 11.63 -
YUV 188.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 221 198 54 0 0.10 0.76 0.13 51.74 0.71 0.54
Hex DD C6 36 0 A 4C D 34 47 36
Octal 335 306 66 0 12 114 15 64 107 66
Binary 11011101 11000110 110110 0 1010 1001100 1101 110100 1000111 110110

Color Harmonies of #DDC636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC636

Black with #DDC636

Text Example


Text Example

White with #DDC636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC636; }

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

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

background-color css

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

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

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

border-color css

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

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

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