Html Css Color HEX #DDC835 Wattle

📋 copy color: '#DDC835'

red 221 ◦ green 200 ◦ blue 53

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

Shades of Wattle #DDC835

Tints of Wattle #DDC835

RGB

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

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

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

R = 46.62%
G = 42.19%
B = 11.18%

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

#DDC835 (or 0xDDC835) is known color: Wattle. HEX triplet: DD, C8 and 35. RGB value is (221,200,53). Sum of RGB (Red+Green+Blue) = 221+200+53=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC835 is #2237CA. Grayscale: #BEBEBE. Windows color (decimal): -2242507 or 3524829. OLE color: 3524829.

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

Color convert

RGB 221 200 53 -
CMYK 0 0.10 0.76 0.13
HSL 52.5º 0.71% 0.54% -
HSV(B) 52.5º 0.76% 0.87% -
XYZ 51.12 56.94 11.66 -
YUV 189.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 221 200 53 0 0.10 0.76 0.13 52.5 0.71 0.54
Hex DD C8 35 0 A 4C D 34 47 36
Octal 335 310 65 0 12 114 15 64 107 66
Binary 11011101 11001000 110101 0 1010 1001100 1101 110100 1000111 110110

Color Harmonies of #DDC835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC835

Black with #DDC835

Text Example


Text Example

White with #DDC835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC835; }

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

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

background-color css

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

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

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

border-color css

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

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

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