Html Css Color HEX #DDCE3D Wattle

📋 copy color: '#DDCE3D'

red 221 ◦ green 206 ◦ blue 61

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

Shades of Wattle #DDCE3D

Tints of Wattle #DDCE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.5%

R = 45.29%
G = 42.21%
B = 12.5%

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

#DDCE3D (or 0xDDCE3D) is known color: Wattle. HEX triplet: DD, CE and 3D. RGB value is (221,206,61). Sum of RGB (Red+Green+Blue) = 221+206+61=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE3D is #2231C2. Grayscale: #C2C2C2. Windows color (decimal): -2240963 or 4050653. OLE color: 4050653.

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

Color convert

RGB 221 206 61 -
CMYK 0 0.07 0.72 0.13
HSL 54.38º 0.7% 0.55% -
HSV(B) 54.38º 0.72% 0.87% -
XYZ 52.73 59.85 13.19 -
YUV 193.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 221 206 61 0 0.07 0.72 0.13 54.38 0.7 0.55
Hex DD CE 3D 0 7 48 D 36 46 37
Octal 335 316 75 0 7 110 15 66 106 67
Binary 11011101 11001110 111101 0 111 1001000 1101 110110 1000110 110111

Color Harmonies of #DDCE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE3D

Black with #DDCE3D

Text Example


Text Example

White with #DDCE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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