Html Css Color HEX #DDC736 Wattle

📋 copy color: '#DDC736'

red 221 ◦ green 199 ◦ blue 54

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

Shades of Wattle #DDC736

Tints of Wattle #DDC736

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

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

R = 46.62%
G = 41.98%
B = 11.39%

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

#DDC736 (or 0xDDC736) is known color: Wattle. HEX triplet: DD, C7 and 36. RGB value is (221,199,54). Sum of RGB (Red+Green+Blue) = 221+199+54=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC736 is #2238C9. Grayscale: #BDBDBD. Windows color (decimal): -2242762 or 3590109. OLE color: 3590109.

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

Color convert

RGB 221 199 54 -
CMYK 0 0.10 0.76 0.13
HSL 52.1º 0.71% 0.54% -
HSV(B) 52.1º 0.76% 0.87% -
XYZ 50.91 56.49 11.71 -
YUV 189.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 221 199 54 0 0.10 0.76 0.13 52.1 0.71 0.54
Hex DD C7 36 0 A 4C D 34 47 36
Octal 335 307 66 0 12 114 15 64 107 66
Binary 11011101 11000111 110110 0 1010 1001100 1101 110100 1000111 110110

Color Harmonies of #DDC736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC736

Black with #DDC736

Text Example


Text Example

White with #DDC736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC736; }

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

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

background-color css

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

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

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

border-color css

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

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

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