Html Css Color HEX #DEBD44 Confetti

📋 copy color: '#DEBD44'

red 222 ◦ green 189 ◦ blue 68

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

Shades of Confetti #DEBD44

Tints of Confetti #DEBD44

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 68 (26.95% from 255) = 14.2%

R = 46.35%
G = 39.46%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DEBD44 (or 0xDEBD44) is known color: Confetti. HEX triplet: DE, BD and 44. RGB value is (222,189,68). Sum of RGB (Red+Green+Blue) = 222+189+68=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD44 is #2142BB. Grayscale: #B9B9B9. Windows color (decimal): -2179772 or 4505054. OLE color: 4505054.

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

Color convert

RGB 222 189 68 -
CMYK 0 0.15 0.69 0.13
HSL 47.14º 0.7% 0.57% -
HSV(B) 47.14º 0.69% 0.87% -
XYZ 49.37 52.34 12.97 -
YUV 185.07 61.93 154.34 -
System Red Green Blue C M Y K H S L
Decimal 222 189 68 0 0.15 0.69 0.13 47.14 0.7 0.57
Hex DE BD 44 0 F 45 D 2F 46 39
Octal 336 275 104 0 17 105 15 57 106 71
Binary 11011110 10111101 1000100 0 1111 1000101 1101 101111 1000110 111001

Color Harmonies of #DEBD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD44

Black with #DEBD44

Text Example


Text Example

White with #DEBD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD44; }

 p { color: rgb(222,189,68); }

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

background-color css

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

 a { background-color: rgb(222,189,68); }

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

border-color css

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

 span { border-color: rgb(222,189,68); }

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