Html Css Color HEX #DDCE3E Wattle

📋 copy color: '#DDCE3E'

red 221 ◦ green 206 ◦ blue 62

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

Shades of Wattle #DDCE3E

Tints of Wattle #DDCE3E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.13%

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

R = 45.19%
G = 42.13%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDCE3E (or 0xDDCE3E) is known color: Wattle. HEX triplet: DD, CE and 3E. RGB value is (221,206,62). Sum of RGB (Red+Green+Blue) = 221+206+62=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE3E is #2231C1. Grayscale: #C2C2C2. Windows color (decimal): -2240962 or 4116189. OLE color: 4116189.

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

Color convert

RGB 221 206 62 -
CMYK 0 0.07 0.72 0.13
HSL 54.34º 0.7% 0.55% -
HSV(B) 54.34º 0.72% 0.87% -
XYZ 52.76 59.86 13.33 -
YUV 194.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 221 206 62 0 0.07 0.72 0.13 54.34 0.7 0.55
Hex DD CE 3E 0 7 48 D 36 46 37
Octal 335 316 76 0 7 110 15 66 106 67
Binary 11011101 11001110 111110 0 111 1001000 1101 110110 1000110 110111

Color Harmonies of #DDCE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE3E

Black with #DDCE3E

Text Example


Text Example

White with #DDCE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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