Html Css Color HEX #DBC745 Confetti

📋 copy color: '#DBC745'

red 219 ◦ green 199 ◦ blue 69

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

Shades of Confetti #DBC745

Tints of Confetti #DBC745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.86%

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

R = 44.97%
G = 40.86%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC745 (or 0xDBC745) is known color: Confetti. HEX triplet: DB, C7 and 45. RGB value is (219,199,69). Sum of RGB (Red+Green+Blue) = 219+199+69=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC745 is #2438BA. Grayscale: #BEBEBE. Windows color (decimal): -2373819 or 4573147. OLE color: 4573147.

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

Color convert

RGB 219 199 69 -
CMYK 0 0.09 0.68 0.14
HSL 52º 0.68% 0.56% -
HSV(B) 52º 0.68% 0.86% -
XYZ 50.71 56.34 13.83 -
YUV 190.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 219 199 69 0 0.09 0.68 0.14 52 0.68 0.56
Hex DB C7 45 0 9 44 E 34 44 38
Octal 333 307 105 0 11 104 16 64 104 70
Binary 11011011 11000111 1000101 0 1001 1000100 1110 110100 1000100 111000

Color Harmonies of #DBC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC745

Black with #DBC745

Text Example


Text Example

White with #DBC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC745; }

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

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

background-color css

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

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

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

border-color css

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

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

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