Html Css Color HEX #DDCD3A Wattle

📋 copy color: '#DDCD3A'

red 221 ◦ green 205 ◦ blue 58

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

Shades of Wattle #DDCD3A

Tints of Wattle #DDCD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 58 (23.05% from 255) = 11.98%

R = 45.66%
G = 42.36%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDCD3A (or 0xDDCD3A) is known color: Wattle. HEX triplet: DD, CD and 3A. RGB value is (221,205,58). Sum of RGB (Red+Green+Blue) = 221+205+58=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD3A is #2232C5. Grayscale: #C1C1C1. Windows color (decimal): -2241222 or 3853789. OLE color: 3853789.

HSL color Cylindrical-coordinate representation of color #DDCD3A: hue angle of 54.11º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDCD3A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 58 -
CMYK 0 0.07 0.74 0.13
HSL 54.11º 0.71% 0.55% -
HSV(B) 54.11º 0.74% 0.87% -
XYZ 52.41 59.34 12.69 -
YUV 193.03 51.8 147.95 -
System Red Green Blue C M Y K H S L
Decimal 221 205 58 0 0.07 0.74 0.13 54.11 0.71 0.55
Hex DD CD 3A 0 7 4A D 36 47 37
Octal 335 315 72 0 7 112 15 66 107 67
Binary 11011101 11001101 111010 0 111 1001010 1101 110110 1000111 110111

Color Harmonies of #DDCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD3A

Black with #DDCD3A

Text Example


Text Example

White with #DDCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD3A; }

 p { color: rgb(221,205,58); }

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

background-color css

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

 a { background-color: rgb(221,205,58); }

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

border-color css

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

 span { border-color: rgb(221,205,58); }

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