Html Css Color HEX #DBC445 Confetti

📋 copy color: '#DBC445'

red 219 ◦ green 196 ◦ blue 69

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

Shades of Confetti #DBC445

Tints of Confetti #DBC445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.5%

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 45.25%
G = 40.5%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC445 (or 0xDBC445) is known color: Confetti. HEX triplet: DB, C4 and 45. RGB value is (219,196,69). Sum of RGB (Red+Green+Blue) = 219+196+69=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC445 is #243BBA. Grayscale: #BCBCBC. Windows color (decimal): -2374587 or 4572379. OLE color: 4572379.

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

Color convert

RGB 219 196 69 -
CMYK 0 0.11 0.68 0.14
HSL 50.8º 0.68% 0.56% -
HSV(B) 50.8º 0.68% 0.86% -
XYZ 50.03 54.97 13.6 -
YUV 188.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 219 196 69 0 0.11 0.68 0.14 50.8 0.68 0.56
Hex DB C4 45 0 B 44 E 33 44 38
Octal 333 304 105 0 13 104 16 63 104 70
Binary 11011011 11000100 1000101 0 1011 1000100 1110 110011 1000100 111000

Color Harmonies of #DBC445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC445

Black with #DBC445

Text Example


Text Example

White with #DBC445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC445; }

 p { color: rgb(219,196,69); }

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

background-color css

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

 a { background-color: rgb(219,196,69); }

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

border-color css

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

 span { border-color: rgb(219,196,69); }

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