Html Css Color HEX #DBC153 Confetti

📋 copy color: '#DBC153'

red 219 ◦ green 193 ◦ blue 83

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

Shades of Confetti #DBC153

Tints of Confetti #DBC153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.77%

R = 44.24%
G = 38.99%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBC153 (or 0xDBC153) is known color: Confetti. HEX triplet: DB, C1 and 53. RGB value is (219,193,83). Sum of RGB (Red+Green+Blue) = 219+193+83=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC153 is #243EAC. Grayscale: #BCBCBC. Windows color (decimal): -2375341 or 5489115. OLE color: 5489115.

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

Color convert

RGB 219 193 83 -
CMYK 0 0.12 0.62 0.14
HSL 48.53º 0.65% 0.59% -
HSV(B) 48.53º 0.62% 0.86% -
XYZ 49.84 53.82 15.95 -
YUV 188.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 219 193 83 0 0.12 0.62 0.14 48.53 0.65 0.59
Hex DB C1 53 0 C 3E E 31 41 3B
Octal 333 301 123 0 14 76 16 61 101 73
Binary 11011011 11000001 1010011 0 1100 111110 1110 110001 1000001 111011

Color Harmonies of #DBC153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC153

Black with #DBC153

Text Example


Text Example

White with #DBC153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC153; }

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

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

background-color css

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

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

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

border-color css

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

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

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