Html Css Color HEX #DDCC34 Wattle

📋 copy color: '#DDCC34'

red 221 ◦ green 204 ◦ blue 52

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

Shades of Wattle #DDCC34

Tints of Wattle #DDCC34

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

 BLUE value IS 52 (20.7% from 255) = 10.9%

R = 46.33%
G = 42.77%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDCC34 (or 0xDDCC34) is known color: Wattle. HEX triplet: DD, CC and 34. RGB value is (221,204,52). Sum of RGB (Red+Green+Blue) = 221+204+52=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC34 is #2233CB. Grayscale: #C0C0C0. Windows color (decimal): -2241484 or 3460317. OLE color: 3460317.

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

Color convert

RGB 221 204 52 -
CMYK 0 0.08 0.76 0.13
HSL 53.96º 0.71% 0.54% -
HSV(B) 53.96º 0.76% 0.87% -
XYZ 52.03 58.81 11.86 -
YUV 191.76 49.13 148.86 -
System Red Green Blue C M Y K H S L
Decimal 221 204 52 0 0.08 0.76 0.13 53.96 0.71 0.54
Hex DD CC 34 0 8 4C D 36 47 36
Octal 335 314 64 0 10 114 15 66 107 66
Binary 11011101 11001100 110100 0 1000 1001100 1101 110110 1000111 110110

Color Harmonies of #DDCC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC34

Black with #DDCC34

Text Example


Text Example

White with #DDCC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC34; }

 p { color: rgb(221,204,52); }

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

background-color css

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

 a { background-color: rgb(221,204,52); }

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

border-color css

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

 span { border-color: rgb(221,204,52); }

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