Html Css Color HEX #DDC135 Wattle

📋 copy color: '#DDC135'

red 221 ◦ green 193 ◦ blue 53

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

Shades of Wattle #DDC135

Tints of Wattle #DDC135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.33%

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

R = 47.32%
G = 41.33%
B = 11.35%

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

#DDC135 (or 0xDDC135) is known color: Wattle. HEX triplet: DD, C1 and 35. RGB value is (221,193,53). Sum of RGB (Red+Green+Blue) = 221+193+53=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC135 is #223ECA. Grayscale: #BABABA. Windows color (decimal): -2244299 or 3523037. OLE color: 3523037.

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

Color convert

RGB 221 193 53 -
CMYK 0 0.13 0.76 0.13
HSL 50º 0.71% 0.54% -
HSV(B) 50º 0.76% 0.87% -
XYZ 49.53 53.77 11.14 -
YUV 185.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 221 193 53 0 0.13 0.76 0.13 50 0.71 0.54
Hex DD C1 35 0 D 4C D 32 47 36
Octal 335 301 65 0 15 114 15 62 107 66
Binary 11011101 11000001 110101 0 1101 1001100 1101 110010 1000111 110110

Color Harmonies of #DDC135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC135

Black with #DDC135

Text Example


Text Example

White with #DDC135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC135; }

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

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

background-color css

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

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

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

border-color css

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

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

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