Html Css Color HEX #DDC035 Wattle

📋 copy color: '#DDC035'

red 221 ◦ green 192 ◦ blue 53

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

Shades of Wattle #DDC035

Tints of Wattle #DDC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

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

R = 47.42%
G = 41.2%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC035 (or 0xDDC035) is known color: Wattle. HEX triplet: DD, C0 and 35. RGB value is (221,192,53). Sum of RGB (Red+Green+Blue) = 221+192+53=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC035 is #223FCA. Grayscale: #B9B9B9. Windows color (decimal): -2244555 or 3522781. OLE color: 3522781.

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

Color convert

RGB 221 192 53 -
CMYK 0 0.13 0.76 0.13
HSL 49.64º 0.71% 0.54% -
HSV(B) 49.64º 0.76% 0.87% -
XYZ 49.31 53.33 11.06 -
YUV 184.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 221 192 53 0 0.13 0.76 0.13 49.64 0.71 0.54
Hex DD C0 35 0 D 4C D 32 47 36
Octal 335 300 65 0 15 114 15 62 107 66
Binary 11011101 11000000 110101 0 1101 1001100 1101 110010 1000111 110110

Color Harmonies of #DDC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC035

Black with #DDC035

Text Example


Text Example

White with #DDC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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