Html Css Color HEX #DDCC3E Wattle

📋 copy color: '#DDCC3E'

red 221 ◦ green 204 ◦ blue 62

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

Shades of Wattle #DDCC3E

Tints of Wattle #DDCC3E

RGB

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

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

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

R = 45.38%
G = 41.89%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDCC3E (or 0xDDCC3E) is known color: Wattle. HEX triplet: DD, CC and 3E. RGB value is (221,204,62). Sum of RGB (Red+Green+Blue) = 221+204+62=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC3E is #2233C1. Grayscale: #C1C1C1. Windows color (decimal): -2241474 or 4115677. OLE color: 4115677.

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

Color convert

RGB 221 204 62 -
CMYK 0 0.08 0.72 0.13
HSL 53.58º 0.7% 0.55% -
HSV(B) 53.58º 0.72% 0.87% -
XYZ 52.28 58.91 13.17 -
YUV 192.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 221 204 62 0 0.08 0.72 0.13 53.58 0.7 0.55
Hex DD CC 3E 0 8 48 D 36 46 37
Octal 335 314 76 0 10 110 15 66 106 67
Binary 11011101 11001100 111110 0 1000 1001000 1101 110110 1000110 110111

Color Harmonies of #DDCC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC3E

Black with #DDCC3E

Text Example


Text Example

White with #DDCC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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