Html Css Color HEX #DDC93E Wattle

📋 copy color: '#DDC93E'

red 221 ◦ green 201 ◦ blue 62

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

Shades of Wattle #DDC93E

Tints of Wattle #DDC93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.81%

R = 45.66%
G = 41.53%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC93E (or 0xDDC93E) is known color: Wattle. HEX triplet: DD, C9 and 3E. RGB value is (221,201,62). Sum of RGB (Red+Green+Blue) = 221+201+62=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC93E is #2236C1. Grayscale: #BFBFBF. Windows color (decimal): -2242242 or 4114909. OLE color: 4114909.

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

Color convert

RGB 221 201 62 -
CMYK 0 0.09 0.72 0.13
HSL 52.45º 0.7% 0.55% -
HSV(B) 52.45º 0.72% 0.87% -
XYZ 51.57 57.49 12.94 -
YUV 191.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 221 201 62 0 0.09 0.72 0.13 52.45 0.7 0.55
Hex DD C9 3E 0 9 48 D 34 46 37
Octal 335 311 76 0 11 110 15 64 106 67
Binary 11011101 11001001 111110 0 1001 1001000 1101 110100 1000110 110111

Color Harmonies of #DDC93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC93E

Black with #DDC93E

Text Example


Text Example

White with #DDC93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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