Html Css Color HEX #DBC14F Confetti

📋 copy color: '#DBC14F'

red 219 ◦ green 193 ◦ blue 79

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

Shades of Confetti #DBC14F

Tints of Confetti #DBC14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.31%

 BLUE value IS 79 (31.25% from 255) = 16.09%

R = 44.6%
G = 39.31%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBC14F (or 0xDBC14F) is known color: Confetti. HEX triplet: DB, C1 and 4F. RGB value is (219,193,79). Sum of RGB (Red+Green+Blue) = 219+193+79=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC14F is #243EB0. Grayscale: #BCBCBC. Windows color (decimal): -2375345 or 5226971. OLE color: 5226971.

HSL color Cylindrical-coordinate representation of color #DBC14F: hue angle of 48.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBC14F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 193 79 -
CMYK 0 0.12 0.64 0.14
HSL 48.86º 0.66% 0.58% -
HSV(B) 48.86º 0.64% 0.86% -
XYZ 49.69 53.76 15.16 -
YUV 187.78 66.61 150.27 -
System Red Green Blue C M Y K H S L
Decimal 219 193 79 0 0.12 0.64 0.14 48.86 0.66 0.58
Hex DB C1 4F 0 C 40 E 31 42 3A
Octal 333 301 117 0 14 100 16 61 102 72
Binary 11011011 11000001 1001111 0 1100 1000000 1110 110001 1000010 111010

Color Harmonies of #DBC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC14F

Black with #DBC14F

Text Example


Text Example

White with #DBC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC14F; }

 p { color: rgb(219,193,79); }

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

background-color css

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

 a { background-color: rgb(219,193,79); }

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

border-color css

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

 span { border-color: rgb(219,193,79); }

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