Html Css Color HEX #DAC342 Confetti

📋 copy color: '#DAC342'

red 218 ◦ green 195 ◦ blue 66

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

Shades of Confetti #DAC342

Tints of Confetti #DAC342

RGB

 RED value IS 218 (85.55% from 255) = 45.51%

 GREEN value IS 195 (76.56% from 255) = 40.71%

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

R = 45.51%
G = 40.71%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAC342 (or 0xDAC342) is known color: Confetti. HEX triplet: DA, C3 and 42. RGB value is (218,195,66). Sum of RGB (Red+Green+Blue) = 218+195+66=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC342 is #253CBD. Grayscale: #BBBBBB. Windows color (decimal): -2440382 or 4375514. OLE color: 4375514.

HSL color Cylindrical-coordinate representation of color #DAC342: hue angle of 50.92º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAC342 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 195 66 -
CMYK 0 0.11 0.70 0.15
HSL 50.92º 0.67% 0.56% -
HSV(B) 50.92º 0.7% 0.85% -
XYZ 49.41 54.33 13.04 -
YUV 187.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 218 195 66 0 0.11 0.70 0.15 50.92 0.67 0.56
Hex DA C3 42 0 B 46 F 33 43 38
Octal 332 303 102 0 13 106 17 63 103 70
Binary 11011010 11000011 1000010 0 1011 1000110 1111 110011 1000011 111000

Color Harmonies of #DAC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC342

Black with #DAC342

Text Example


Text Example

White with #DAC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC342; }

 p { color: rgb(218,195,66); }

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

background-color css

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

 a { background-color: rgb(218,195,66); }

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

border-color css

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

 span { border-color: rgb(218,195,66); }

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