Html Css Color HEX #DDCE3A Wattle

📋 copy color: '#DDCE3A'

red 221 ◦ green 206 ◦ blue 58

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

Shades of Wattle #DDCE3A

Tints of Wattle #DDCE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.96%

R = 45.57%
G = 42.47%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDCE3A (or 0xDDCE3A) is known color: Wattle. HEX triplet: DD, CE and 3A. RGB value is (221,206,58). Sum of RGB (Red+Green+Blue) = 221+206+58=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE3A is #2231C5. Grayscale: #C2C2C2. Windows color (decimal): -2240966 or 3854045. OLE color: 3854045.

HSL color Cylindrical-coordinate representation of color #DDCE3A: hue angle of 54.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDCE3A is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 58 -
CMYK 0 0.07 0.74 0.13
HSL 54.48º 0.71% 0.55% -
HSV(B) 54.48º 0.74% 0.87% -
XYZ 52.65 59.82 12.77 -
YUV 193.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 221 206 58 0 0.07 0.74 0.13 54.48 0.71 0.55
Hex DD CE 3A 0 7 4A D 36 47 37
Octal 335 316 72 0 7 112 15 66 107 67
Binary 11011101 11001110 111010 0 111 1001010 1101 110110 1000111 110111

Color Harmonies of #DDCE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE3A

Black with #DDCE3A

Text Example


Text Example

White with #DDCE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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