Html Css Color HEX #DDCE39 Wattle

📋 copy color: '#DDCE39'

red 221 ◦ green 206 ◦ blue 57

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

Shades of Wattle #DDCE39

Tints of Wattle #DDCE39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.78%

R = 45.66%
G = 42.56%
B = 11.78%

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

#DDCE39 (or 0xDDCE39) is known color: Wattle. HEX triplet: DD, CE and 39. RGB value is (221,206,57). Sum of RGB (Red+Green+Blue) = 221+206+57=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 57 (22.66% from 255 or 11.78% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE39 is #2231C6. Grayscale: #C2C2C2. Windows color (decimal): -2240967 or 3788509. OLE color: 3788509.

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

Color convert

RGB 221 206 57 -
CMYK 0 0.07 0.74 0.13
HSL 54.51º 0.71% 0.55% -
HSV(B) 54.51º 0.74% 0.87% -
XYZ 52.63 59.81 12.64 -
YUV 193.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 221 206 57 0 0.07 0.74 0.13 54.51 0.71 0.55
Hex DD CE 39 0 7 4A D 37 47 37
Octal 335 316 71 0 7 112 15 67 107 67
Binary 11011101 11001110 111001 0 111 1001010 1101 110111 1000111 110111

Color Harmonies of #DDCE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE39

Black with #DDCE39

Text Example


Text Example

White with #DDCE39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE39; }

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

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

background-color css

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

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

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

border-color css

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

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

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