Html Css Color HEX #DDCE37 Wattle

📋 copy color: '#DDCE37'

red 221 ◦ green 206 ◦ blue 55

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

Shades of Wattle #DDCE37

Tints of Wattle #DDCE37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.41%

R = 45.85%
G = 42.74%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDCE37 (or 0xDDCE37) is known color: Wattle. HEX triplet: DD, CE and 37. RGB value is (221,206,55). Sum of RGB (Red+Green+Blue) = 221+206+55=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE37 is #2231C8. Grayscale: #C1C1C1. Windows color (decimal): -2240969 or 3657437. OLE color: 3657437.

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

Color convert

RGB 221 206 55 -
CMYK 0 0.07 0.75 0.13
HSL 54.58º 0.71% 0.54% -
HSV(B) 54.58º 0.75% 0.87% -
XYZ 52.58 59.79 12.38 -
YUV 193.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 221 206 55 0 0.07 0.75 0.13 54.58 0.71 0.54
Hex DD CE 37 0 7 4B D 37 47 36
Octal 335 316 67 0 7 113 15 67 107 66
Binary 11011101 11001110 110111 0 111 1001011 1101 110111 1000111 110110

Color Harmonies of #DDCE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE37

Black with #DDCE37

Text Example


Text Example

White with #DDCE37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE37; }

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

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

background-color css

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

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

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

border-color css

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

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

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