Html Css Color HEX #DBC344 Confetti

📋 copy color: '#DBC344'

red 219 ◦ green 195 ◦ blue 68

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

Shades of Confetti #DBC344

Tints of Confetti #DBC344

RGB

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

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

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

R = 45.44%
G = 40.46%
B = 14.11%

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

#DBC344 (or 0xDBC344) is known color: Confetti. HEX triplet: DB, C3 and 44. RGB value is (219,195,68). Sum of RGB (Red+Green+Blue) = 219+195+68=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC344 is #243CBB. Grayscale: #BCBCBC. Windows color (decimal): -2374844 or 4506587. OLE color: 4506587.

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

Color convert

RGB 219 195 68 -
CMYK 0 0.11 0.69 0.14
HSL 50.46º 0.68% 0.56% -
HSV(B) 50.46º 0.69% 0.86% -
XYZ 49.77 54.51 13.37 -
YUV 187.7 60.45 150.33 -
System Red Green Blue C M Y K H S L
Decimal 219 195 68 0 0.11 0.69 0.14 50.46 0.68 0.56
Hex DB C3 44 0 B 45 E 32 44 38
Octal 333 303 104 0 13 105 16 62 104 70
Binary 11011011 11000011 1000100 0 1011 1000101 1110 110010 1000100 111000

Color Harmonies of #DBC344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC344

Black with #DBC344

Text Example


Text Example

White with #DBC344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC344; }

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

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

background-color css

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

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

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

border-color css

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

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

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