Html Css Color HEX #DBC942 Confetti

📋 copy color: '#DBC942'

red 219 ◦ green 201 ◦ blue 66

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

Shades of Confetti #DBC942

Tints of Confetti #DBC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.36%

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

R = 45.06%
G = 41.36%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBC942 (or 0xDBC942) is known color: Confetti. HEX triplet: DB, C9 and 42. RGB value is (219,201,66). Sum of RGB (Red+Green+Blue) = 219+201+66=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC942 is #2436BD. Grayscale: #BFBFBF. Windows color (decimal): -2373310 or 4377051. OLE color: 4377051.

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

Color convert

RGB 219 201 66 -
CMYK 0 0.08 0.70 0.14
HSL 52.94º 0.68% 0.56% -
HSV(B) 52.94º 0.7% 0.86% -
XYZ 51.08 57.23 13.51 -
YUV 190.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 219 201 66 0 0.08 0.70 0.14 52.94 0.68 0.56
Hex DB C9 42 0 8 46 E 35 44 38
Octal 333 311 102 0 10 106 16 65 104 70
Binary 11011011 11001001 1000010 0 1000 1000110 1110 110101 1000100 111000

Color Harmonies of #DBC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC942

Black with #DBC942

Text Example


Text Example

White with #DBC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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