Html Css Color HEX #DDC534 Wattle

📋 copy color: '#DDC534'

red 221 ◦ green 197 ◦ blue 52

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

Shades of Wattle #DDC534

Tints of Wattle #DDC534

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 47.02%
G = 41.91%
B = 11.06%

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

#DDC534 (or 0xDDC534) is known color: Wattle. HEX triplet: DD, C5 and 34. RGB value is (221,197,52). Sum of RGB (Red+Green+Blue) = 221+197+52=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC534 is #223ACB. Grayscale: #BCBCBC. Windows color (decimal): -2243276 or 3458525. OLE color: 3458525.

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

Color convert

RGB 221 197 52 -
CMYK 0 0.11 0.76 0.13
HSL 51.48º 0.71% 0.54% -
HSV(B) 51.48º 0.76% 0.87% -
XYZ 50.4 55.55 11.31 -
YUV 187.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 221 197 52 0 0.11 0.76 0.13 51.48 0.71 0.54
Hex DD C5 34 0 B 4C D 33 47 36
Octal 335 305 64 0 13 114 15 63 107 66
Binary 11011101 11000101 110100 0 1011 1001100 1101 110011 1000111 110110

Color Harmonies of #DDC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC534

Black with #DDC534

Text Example


Text Example

White with #DDC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC534; }

 p { color: rgb(221,197,52); }

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

background-color css

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

 a { background-color: rgb(221,197,52); }

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

border-color css

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

 span { border-color: rgb(221,197,52); }

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