Html Css Color HEX #DDCE31 Wattle

📋 copy color: '#DDCE31'

red 221 ◦ green 206 ◦ blue 49

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

Shades of Wattle #DDCE31

Tints of Wattle #DDCE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.29%

R = 46.43%
G = 43.28%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDCE31 (or 0xDDCE31) is known color: Wattle. HEX triplet: DD, CE and 31. RGB value is (221,206,49). Sum of RGB (Red+Green+Blue) = 221+206+49=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE31 is #2231CE. Grayscale: #C1C1C1. Windows color (decimal): -2240975 or 3264221. OLE color: 3264221.

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

Color convert

RGB 221 206 49 -
CMYK 0 0.07 0.78 0.13
HSL 54.77º 0.72% 0.53% -
HSV(B) 54.77º 0.78% 0.87% -
XYZ 52.44 59.74 11.67 -
YUV 192.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 221 206 49 0 0.07 0.78 0.13 54.77 0.72 0.53
Hex DD CE 31 0 7 4E D 37 48 35
Octal 335 316 61 0 7 116 15 67 110 65
Binary 11011101 11001110 110001 0 111 1001110 1101 110111 1001000 110101

Color Harmonies of #DDCE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE31

Black with #DDCE31

Text Example


Text Example

White with #DDCE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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