Html Css Color HEX #DBC043 Confetti

📋 copy color: '#DBC043'

red 219 ◦ green 192 ◦ blue 67

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

Shades of Confetti #DBC043

Tints of Confetti #DBC043

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 67 (26.56% from 255) = 14.02%

R = 45.82%
G = 40.17%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBC043 (or 0xDBC043) is known color: Confetti. HEX triplet: DB, C0 and 43. RGB value is (219,192,67). Sum of RGB (Red+Green+Blue) = 219+192+67=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC043 is #243FBC. Grayscale: #BABABA. Windows color (decimal): -2375613 or 4440283. OLE color: 4440283.

HSL color Cylindrical-coordinate representation of color #DBC043: hue angle of 49.34º 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 #DBC043 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 192 67 -
CMYK 0 0.12 0.69 0.14
HSL 49.34º 0.68% 0.56% -
HSV(B) 49.34º 0.69% 0.86% -
XYZ 49.08 53.16 12.99 -
YUV 185.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 219 192 67 0 0.12 0.69 0.14 49.34 0.68 0.56
Hex DB C0 43 0 C 45 E 31 44 38
Octal 333 300 103 0 14 105 16 61 104 70
Binary 11011011 11000000 1000011 0 1100 1000101 1110 110001 1000100 111000

Color Harmonies of #DBC043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC043

Black with #DBC043

Text Example


Text Example

White with #DBC043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC043; }

 p { color: rgb(219,192,67); }

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

background-color css

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

 a { background-color: rgb(219,192,67); }

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

border-color css

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

 span { border-color: rgb(219,192,67); }

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