Html Css Color HEX #DEBC48 Confetti

📋 copy color: '#DEBC48'

red 222 ◦ green 188 ◦ blue 72

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

Shades of Confetti #DEBC48

Tints of Confetti #DEBC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.94%

R = 46.06%
G = 39%
B = 14.94%

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

#DEBC48 (or 0xDEBC48) is known color: Confetti. HEX triplet: DE, BC and 48. RGB value is (222,188,72). Sum of RGB (Red+Green+Blue) = 222+188+72=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBC48 is #2143B7. Grayscale: #B9B9B9. Windows color (decimal): -2180024 or 4766942. OLE color: 4766942.

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

Color convert

RGB 222 188 72 -
CMYK 0 0.15 0.68 0.13
HSL 46.4º 0.69% 0.58% -
HSV(B) 46.4º 0.68% 0.87% -
XYZ 49.28 51.96 13.56 -
YUV 184.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 222 188 72 0 0.15 0.68 0.13 46.4 0.69 0.58
Hex DE BC 48 0 F 44 D 2E 45 3A
Octal 336 274 110 0 17 104 15 56 105 72
Binary 11011110 10111100 1001000 0 1111 1000100 1101 101110 1000101 111010

Color Harmonies of #DEBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC48

Black with #DEBC48

Text Example


Text Example

White with #DEBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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