Html Css Color HEX #DECA47 Confetti

📋 copy color: '#DECA47'

red 222 ◦ green 202 ◦ blue 71

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

Shades of Confetti #DECA47

Tints of Confetti #DECA47

RGB

 RED value IS 222 (87.11% from 255) = 44.85%

 GREEN value IS 202 (79.3% from 255) = 40.81%

 BLUE value IS 71 (28.13% from 255) = 14.34%

R = 44.85%
G = 40.81%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DECA47 (or 0xDECA47) is known color: Confetti. HEX triplet: DE, CA and 47. RGB value is (222,202,71). Sum of RGB (Red+Green+Blue) = 222+202+71=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA47 is #2135B8. Grayscale: #C1C1C1. Windows color (decimal): -2176441 or 4704990. OLE color: 4704990.

HSL color Cylindrical-coordinate representation of color #DECA47: hue angle of 52.05º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DECA47 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 202 71 -
CMYK 0 0.09 0.68 0.13
HSL 52.05º 0.7% 0.57% -
HSV(B) 52.05º 0.68% 0.87% -
XYZ 52.38 58.23 14.44 -
YUV 193.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 222 202 71 0 0.09 0.68 0.13 52.05 0.7 0.57
Hex DE CA 47 0 9 44 D 34 46 39
Octal 336 312 107 0 11 104 15 64 106 71
Binary 11011110 11001010 1000111 0 1001 1000100 1101 110100 1000110 111001

Color Harmonies of #DECA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECA47

Black with #DECA47

Text Example


Text Example

White with #DECA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECA47; }

 p { color: rgb(222,202,71); }

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

background-color css

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

 a { background-color: rgb(222,202,71); }

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

border-color css

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

 span { border-color: rgb(222,202,71); }

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