Html Css Color HEX #DEBF4E Confetti

📋 copy color: '#DEBF4E'

red 222 ◦ green 191 ◦ blue 78

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

Shades of Confetti #DEBF4E

Tints of Confetti #DEBF4E

RGB

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

 GREEN value IS 191 (75% from 255) = 38.9%

 BLUE value IS 78 (30.86% from 255) = 15.89%

R = 45.21%
G = 38.9%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEBF4E (or 0xDEBF4E) is known color: Confetti. HEX triplet: DE, BF and 4E. RGB value is (222,191,78). Sum of RGB (Red+Green+Blue) = 222+191+78=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF4E is #2140B1. Grayscale: #BBBBBB. Windows color (decimal): -2179250 or 5160926. OLE color: 5160926.

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

Color convert

RGB 222 191 78 -
CMYK 0 0.14 0.65 0.13
HSL 47.08º 0.69% 0.59% -
HSV(B) 47.08º 0.65% 0.87% -
XYZ 50.13 53.34 14.86 -
YUV 187.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 222 191 78 0 0.14 0.65 0.13 47.08 0.69 0.59
Hex DE BF 4E 0 E 41 D 2F 45 3B
Octal 336 277 116 0 16 101 15 57 105 73
Binary 11011110 10111111 1001110 0 1110 1000001 1101 101111 1000101 111011

Color Harmonies of #DEBF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBF4E

Black with #DEBF4E

Text Example


Text Example

White with #DEBF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBF4E; }

 p { color: rgb(222,191,78); }

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

background-color css

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

 a { background-color: rgb(222,191,78); }

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

border-color css

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

 span { border-color: rgb(222,191,78); }

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