Html Css Color HEX #DBC245 Confetti

📋 copy color: '#DBC245'

red 219 ◦ green 194 ◦ blue 69

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

Shades of Confetti #DBC245

Tints of Confetti #DBC245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.25%

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

R = 45.44%
G = 40.25%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBC245 (or 0xDBC245) is known color: Confetti. HEX triplet: DB, C2 and 45. RGB value is (219,194,69). Sum of RGB (Red+Green+Blue) = 219+194+69=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC245 is #243DBA. Grayscale: #BBBBBB. Windows color (decimal): -2375099 or 4571867. OLE color: 4571867.

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

Color convert

RGB 219 194 69 -
CMYK 0 0.11 0.68 0.14
HSL 50º 0.68% 0.56% -
HSV(B) 50º 0.68% 0.86% -
XYZ 49.58 54.07 13.45 -
YUV 187.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 219 194 69 0 0.11 0.68 0.14 50 0.68 0.56
Hex DB C2 45 0 B 44 E 32 44 38
Octal 333 302 105 0 13 104 16 62 104 70
Binary 11011011 11000010 1000101 0 1011 1000100 1110 110010 1000100 111000

Color Harmonies of #DBC245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC245

Black with #DBC245

Text Example


Text Example

White with #DBC245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC245; }

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

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

background-color css

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

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

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

border-color css

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

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

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