Html Css Color HEX #DEBF4A Confetti

📋 copy color: '#DEBF4A'

red 222 ◦ green 191 ◦ blue 74

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

Shades of Confetti #DEBF4A

Tints of Confetti #DEBF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.2%

R = 45.59%
G = 39.22%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEBF4A (or 0xDEBF4A) is known color: Confetti. HEX triplet: DE, BF and 4A. RGB value is (222,191,74). Sum of RGB (Red+Green+Blue) = 222+191+74=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF4A is #2140B5. Grayscale: #BBBBBB. Windows color (decimal): -2179254 or 4898782. OLE color: 4898782.

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

Color convert

RGB 222 191 74 -
CMYK 0 0.14 0.67 0.13
HSL 47.43º 0.69% 0.58% -
HSV(B) 47.43º 0.67% 0.87% -
XYZ 49.99 53.29 14.13 -
YUV 186.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 222 191 74 0 0.14 0.67 0.13 47.43 0.69 0.58
Hex DE BF 4A 0 E 43 D 2F 45 3A
Octal 336 277 112 0 16 103 15 57 105 72
Binary 11011110 10111111 1001010 0 1110 1000011 1101 101111 1000101 111010

Color Harmonies of #DEBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBF4A

Black with #DEBF4A

Text Example


Text Example

White with #DEBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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