Html Css Color HEX #DBC641 Confetti

📋 copy color: '#DBC641'

red 219 ◦ green 198 ◦ blue 65

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

Shades of Confetti #DBC641

Tints of Confetti #DBC641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 45.44%
G = 41.08%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBC641 (or 0xDBC641) is known color: Confetti. HEX triplet: DB, C6 and 41. RGB value is (219,198,65). Sum of RGB (Red+Green+Blue) = 219+198+65=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC641 is #2439BE. Grayscale: #BDBDBD. Windows color (decimal): -2374079 or 4310747. OLE color: 4310747.

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

Color convert

RGB 219 198 65 -
CMYK 0 0.10 0.70 0.14
HSL 51.82º 0.68% 0.56% -
HSV(B) 51.82º 0.7% 0.86% -
XYZ 50.36 55.83 13.12 -
YUV 189.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 219 198 65 0 0.10 0.70 0.14 51.82 0.68 0.56
Hex DB C6 41 0 A 46 E 34 44 38
Octal 333 306 101 0 12 106 16 64 104 70
Binary 11011011 11000110 1000001 0 1010 1000110 1110 110100 1000100 111000

Color Harmonies of #DBC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC641

Black with #DBC641

Text Example


Text Example

White with #DBC641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC641; }

 p { color: rgb(219,198,65); }

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

background-color css

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

 a { background-color: rgb(219,198,65); }

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

border-color css

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

 span { border-color: rgb(219,198,65); }

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