Html Css Color HEX #DDC93A Wattle

📋 copy color: '#DDC93A'

red 221 ◦ green 201 ◦ blue 58

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

Shades of Wattle #DDC93A

Tints of Wattle #DDC93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 46.04%
G = 41.88%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDC93A (or 0xDDC93A) is known color: Wattle. HEX triplet: DD, C9 and 3A. RGB value is (221,201,58). Sum of RGB (Red+Green+Blue) = 221+201+58=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC93A is #2236C5. Grayscale: #BFBFBF. Windows color (decimal): -2242246 or 3852765. OLE color: 3852765.

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

Color convert

RGB 221 201 58 -
CMYK 0 0.09 0.74 0.13
HSL 52.64º 0.71% 0.55% -
HSV(B) 52.64º 0.74% 0.87% -
XYZ 51.47 57.45 12.38 -
YUV 190.68 53.13 149.63 -
System Red Green Blue C M Y K H S L
Decimal 221 201 58 0 0.09 0.74 0.13 52.64 0.71 0.55
Hex DD C9 3A 0 9 4A D 35 47 37
Octal 335 311 72 0 11 112 15 65 107 67
Binary 11011101 11001001 111010 0 1001 1001010 1101 110101 1000111 110111

Color Harmonies of #DDC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC93A

Black with #DDC93A

Text Example


Text Example

White with #DDC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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