Html Css Color HEX #DDC936 Wattle

📋 copy color: '#DDC936'

red 221 ◦ green 201 ◦ blue 54

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

Shades of Wattle #DDC936

Tints of Wattle #DDC936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.34%

R = 46.43%
G = 42.23%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC936 (or 0xDDC936) is known color: Wattle. HEX triplet: DD, C9 and 36. RGB value is (221,201,54). Sum of RGB (Red+Green+Blue) = 221+201+54=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC936 is #2236C9. Grayscale: #BEBEBE. Windows color (decimal): -2242250 or 3590621. OLE color: 3590621.

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

Color convert

RGB 221 201 54 -
CMYK 0 0.09 0.76 0.13
HSL 52.81º 0.71% 0.54% -
HSV(B) 52.81º 0.76% 0.87% -
XYZ 51.37 57.41 11.86 -
YUV 190.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 221 201 54 0 0.09 0.76 0.13 52.81 0.71 0.54
Hex DD C9 36 0 9 4C D 35 47 36
Octal 335 311 66 0 11 114 15 65 107 66
Binary 11011101 11001001 110110 0 1001 1001100 1101 110101 1000111 110110

Color Harmonies of #DDC936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC936

Black with #DDC936

Text Example


Text Example

White with #DDC936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC936; }

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

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

background-color css

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

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

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

border-color css

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

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

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