Html Css Color HEX #DDC93B Wattle

📋 copy color: '#DDC93B'

red 221 ◦ green 201 ◦ blue 59

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

Shades of Wattle #DDC93B

Tints of Wattle #DDC93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.27%

R = 45.95%
G = 41.79%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDC93B (or 0xDDC93B) is known color: Wattle. HEX triplet: DD, C9 and 3B. RGB value is (221,201,59). Sum of RGB (Red+Green+Blue) = 221+201+59=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 59 (23.44% from 255 or 12.27% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC93B is #2236C4. Grayscale: #BFBFBF. Windows color (decimal): -2242245 or 3918301. OLE color: 3918301.

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

Color convert

RGB 221 201 59 -
CMYK 0 0.09 0.73 0.13
HSL 52.59º 0.7% 0.55% -
HSV(B) 52.59º 0.73% 0.87% -
XYZ 51.49 57.46 12.51 -
YUV 190.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 221 201 59 0 0.09 0.73 0.13 52.59 0.7 0.55
Hex DD C9 3B 0 9 49 D 35 46 37
Octal 335 311 73 0 11 111 15 65 106 67
Binary 11011101 11001001 111011 0 1001 1001001 1101 110101 1000110 110111

Color Harmonies of #DDC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC93B

Black with #DDC93B

Text Example


Text Example

White with #DDC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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