Html Css Color HEX #DEBC46 Confetti

📋 copy color: '#DEBC46'

red 222 ◦ green 188 ◦ blue 70

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

Shades of Confetti #DEBC46

Tints of Confetti #DEBC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.17%

 BLUE value IS 70 (27.73% from 255) = 14.58%

R = 46.25%
G = 39.17%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEBC46 (or 0xDEBC46) is known color: Confetti. HEX triplet: DE, BC and 46. RGB value is (222,188,70). Sum of RGB (Red+Green+Blue) = 222+188+70=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC46 is #2143B9. Grayscale: #B9B9B9. Windows color (decimal): -2180026 or 4635870. OLE color: 4635870.

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

Color convert

RGB 222 188 70 -
CMYK 0 0.15 0.68 0.13
HSL 46.58º 0.7% 0.57% -
HSV(B) 46.58º 0.68% 0.87% -
XYZ 49.21 51.94 13.23 -
YUV 184.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 222 188 70 0 0.15 0.68 0.13 46.58 0.7 0.57
Hex DE BC 46 0 F 44 D 2F 46 39
Octal 336 274 106 0 17 104 15 57 106 71
Binary 11011110 10111100 1000110 0 1111 1000100 1101 101111 1000110 111001

Color Harmonies of #DEBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC46

Black with #DEBC46

Text Example


Text Example

White with #DEBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC46; }

 p { color: rgb(222,188,70); }

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

background-color css

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

 a { background-color: rgb(222,188,70); }

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

border-color css

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

 span { border-color: rgb(222,188,70); }

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