Html Css Color HEX #DDC435 Wattle

📋 copy color: '#DDC435'

red 221 ◦ green 196 ◦ blue 53

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

Shades of Wattle #DDC435

Tints of Wattle #DDC435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.28%

R = 47.02%
G = 41.7%
B = 11.28%

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

#DDC435 (or 0xDDC435) is known color: Wattle. HEX triplet: DD, C4 and 35. RGB value is (221,196,53). Sum of RGB (Red+Green+Blue) = 221+196+53=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC435 is #223BCA. Grayscale: #BBBBBB. Windows color (decimal): -2243531 or 3523805. OLE color: 3523805.

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

Color convert

RGB 221 196 53 -
CMYK 0 0.11 0.76 0.13
HSL 51.07º 0.71% 0.54% -
HSV(B) 51.07º 0.76% 0.87% -
XYZ 50.2 55.11 11.36 -
YUV 187.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 221 196 53 0 0.11 0.76 0.13 51.07 0.71 0.54
Hex DD C4 35 0 B 4C D 33 47 36
Octal 335 304 65 0 13 114 15 63 107 66
Binary 11011101 11000100 110101 0 1011 1001100 1101 110011 1000111 110110

Color Harmonies of #DDC435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC435

Black with #DDC435

Text Example


Text Example

White with #DDC435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC435; }

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

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

background-color css

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

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

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

border-color css

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

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

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