Html Css Color HEX #DBC740 Confetti

📋 copy color: '#DBC740'

red 219 ◦ green 199 ◦ blue 64

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

Shades of Confetti #DBC740

Tints of Confetti #DBC740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 45.44%
G = 41.29%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBC740 (or 0xDBC740) is known color: Confetti. HEX triplet: DB, C7 and 40. RGB value is (219,199,64). Sum of RGB (Red+Green+Blue) = 219+199+64=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC740 is #2438BF. Grayscale: #BEBEBE. Windows color (decimal): -2373824 or 4245467. OLE color: 4245467.

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

Color convert

RGB 219 199 64 -
CMYK 0 0.09 0.71 0.14
HSL 52.26º 0.68% 0.55% -
HSV(B) 52.26º 0.71% 0.86% -
XYZ 50.56 56.28 13.05 -
YUV 189.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 219 199 64 0 0.09 0.71 0.14 52.26 0.68 0.55
Hex DB C7 40 0 9 47 E 34 44 37
Octal 333 307 100 0 11 107 16 64 104 67
Binary 11011011 11000111 1000000 0 1001 1000111 1110 110100 1000100 110111

Color Harmonies of #DBC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC740

Black with #DBC740

Text Example


Text Example

White with #DBC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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