Html Css Color HEX #DBC343 Confetti

📋 copy color: '#DBC343'

red 219 ◦ green 195 ◦ blue 67

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

Shades of Confetti #DBC343

Tints of Confetti #DBC343

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 45.53%
G = 40.54%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBC343 (or 0xDBC343) is known color: Confetti. HEX triplet: DB, C3 and 43. RGB value is (219,195,67). Sum of RGB (Red+Green+Blue) = 219+195+67=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC343 is #243CBC. Grayscale: #BCBCBC. Windows color (decimal): -2374845 or 4441051. OLE color: 4441051.

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

Color convert

RGB 219 195 67 -
CMYK 0 0.11 0.69 0.14
HSL 50.53º 0.68% 0.56% -
HSV(B) 50.53º 0.69% 0.86% -
XYZ 49.74 54.5 13.21 -
YUV 187.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 219 195 67 0 0.11 0.69 0.14 50.53 0.68 0.56
Hex DB C3 43 0 B 45 E 33 44 38
Octal 333 303 103 0 13 105 16 63 104 70
Binary 11011011 11000011 1000011 0 1011 1000101 1110 110011 1000100 111000

Color Harmonies of #DBC343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC343

Black with #DBC343

Text Example


Text Example

White with #DBC343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC343; }

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

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

background-color css

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

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

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

border-color css

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

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

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