Html Css Color HEX #DBC242 Confetti

📋 copy color: '#DBC242'

red 219 ◦ green 194 ◦ blue 66

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

Shades of Confetti #DBC242

Tints of Confetti #DBC242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.78%

R = 45.72%
G = 40.5%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBC242 (or 0xDBC242) is known color: Confetti. HEX triplet: DB, C2 and 42. RGB value is (219,194,66). Sum of RGB (Red+Green+Blue) = 219+194+66=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC242 is #243DBD. Grayscale: #BBBBBB. Windows color (decimal): -2375102 or 4375259. OLE color: 4375259.

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

Color convert

RGB 219 194 66 -
CMYK 0 0.11 0.70 0.14
HSL 50.2º 0.68% 0.56% -
HSV(B) 50.2º 0.7% 0.86% -
XYZ 49.49 54.04 12.98 -
YUV 186.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 219 194 66 0 0.11 0.70 0.14 50.2 0.68 0.56
Hex DB C2 42 0 B 46 E 32 44 38
Octal 333 302 102 0 13 106 16 62 104 70
Binary 11011011 11000010 1000010 0 1011 1000110 1110 110010 1000100 111000

Color Harmonies of #DBC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC242

Black with #DBC242

Text Example


Text Example

White with #DBC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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