Html Css Color HEX #DDC436 Wattle

📋 copy color: '#DDC436'

red 221 ◦ green 196 ◦ blue 54

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

Shades of Wattle #DDC436

Tints of Wattle #DDC436

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

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

R = 46.92%
G = 41.61%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC436 (or 0xDDC436) is known color: Wattle. HEX triplet: DD, C4 and 36. RGB value is (221,196,54). Sum of RGB (Red+Green+Blue) = 221+196+54=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC436 is #223BC9. Grayscale: #BBBBBB. Windows color (decimal): -2243530 or 3589341. OLE color: 3589341.

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

Color convert

RGB 221 196 54 -
CMYK 0 0.11 0.76 0.13
HSL 51.02º 0.71% 0.54% -
HSV(B) 51.02º 0.76% 0.87% -
XYZ 50.22 55.12 11.48 -
YUV 187.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 221 196 54 0 0.11 0.76 0.13 51.02 0.71 0.54
Hex DD C4 36 0 B 4C D 33 47 36
Octal 335 304 66 0 13 114 15 63 107 66
Binary 11011101 11000100 110110 0 1011 1001100 1101 110011 1000111 110110

Color Harmonies of #DDC436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC436

Black with #DDC436

Text Example


Text Example

White with #DDC436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC436; }

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

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

background-color css

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

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

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

border-color css

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

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

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