Html Css Color HEX #DEC742 Confetti

📋 copy color: '#DEC742'

red 222 ◦ green 199 ◦ blue 66

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

Shades of Confetti #DEC742

Tints of Confetti #DEC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

 BLUE value IS 66 (26.17% from 255) = 13.55%

R = 45.59%
G = 40.86%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEC742 (or 0xDEC742) is known color: Confetti. HEX triplet: DE, C7 and 42. RGB value is (222,199,66). Sum of RGB (Red+Green+Blue) = 222+199+66=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC742 is #2138BD. Grayscale: #BFBFBF. Windows color (decimal): -2177214 or 4376542. OLE color: 4376542.

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

Color convert

RGB 222 199 66 -
CMYK 0 0.10 0.70 0.13
HSL 51.15º 0.7% 0.56% -
HSV(B) 51.15º 0.7% 0.87% -
XYZ 51.53 56.77 13.4 -
YUV 190.72 57.62 150.31 -
System Red Green Blue C M Y K H S L
Decimal 222 199 66 0 0.10 0.70 0.13 51.15 0.7 0.56
Hex DE C7 42 0 A 46 D 33 46 38
Octal 336 307 102 0 12 106 15 63 106 70
Binary 11011110 11000111 1000010 0 1010 1000110 1101 110011 1000110 111000

Color Harmonies of #DEC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC742

Black with #DEC742

Text Example


Text Example

White with #DEC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC742; }

 p { color: rgb(222,199,66); }

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

background-color css

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

 a { background-color: rgb(222,199,66); }

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

border-color css

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

 span { border-color: rgb(222,199,66); }

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