Html Css Color HEX #DBC944 Confetti

📋 copy color: '#DBC944'

red 219 ◦ green 201 ◦ blue 68

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

Shades of Confetti #DBC944

Tints of Confetti #DBC944

RGB

 RED value IS 219 (85.94% from 255) = 44.88%

 GREEN value IS 201 (78.91% from 255) = 41.19%

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

R = 44.88%
G = 41.19%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBC944 (or 0xDBC944) is known color: Confetti. HEX triplet: DB, C9 and 44. RGB value is (219,201,68). Sum of RGB (Red+Green+Blue) = 219+201+68=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC944 is #2436BB. Grayscale: #BFBFBF. Windows color (decimal): -2373308 or 4508123. OLE color: 4508123.

HSL color Cylindrical-coordinate representation of color #DBC944: hue angle of 52.85º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBC944 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 68 -
CMYK 0 0.08 0.69 0.14
HSL 52.85º 0.68% 0.56% -
HSV(B) 52.85º 0.69% 0.86% -
XYZ 51.14 57.25 13.82 -
YUV 191.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 219 201 68 0 0.08 0.69 0.14 52.85 0.68 0.56
Hex DB C9 44 0 8 45 E 35 44 38
Octal 333 311 104 0 10 105 16 65 104 70
Binary 11011011 11001001 1000100 0 1000 1000101 1110 110101 1000100 111000

Color Harmonies of #DBC944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC944

Black with #DBC944

Text Example


Text Example

White with #DBC944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC944; }

 p { color: rgb(219,201,68); }

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

background-color css

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

 a { background-color: rgb(219,201,68); }

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

border-color css

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

 span { border-color: rgb(219,201,68); }

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