Html Css Color HEX #DAC942 Confetti

📋 copy color: '#DAC942'

red 218 ◦ green 201 ◦ blue 66

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

Shades of Confetti #DAC942

Tints of Confetti #DAC942

RGB

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

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

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

R = 44.95%
G = 41.44%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAC942 (or 0xDAC942) is known color: Confetti. HEX triplet: DA, C9 and 42. RGB value is (218,201,66). Sum of RGB (Red+Green+Blue) = 218+201+66=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC942 is #2536BD. Grayscale: #BFBFBF. Windows color (decimal): -2438846 or 4377050. OLE color: 4377050.

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

Color convert

RGB 218 201 66 -
CMYK 0 0.08 0.70 0.15
HSL 53.29º 0.67% 0.56% -
HSV(B) 53.29º 0.7% 0.85% -
XYZ 50.78 57.07 13.49 -
YUV 190.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 218 201 66 0 0.08 0.70 0.15 53.29 0.67 0.56
Hex DA C9 42 0 8 46 F 35 43 38
Octal 332 311 102 0 10 106 17 65 103 70
Binary 11011010 11001001 1000010 0 1000 1000110 1111 110101 1000011 111000

Color Harmonies of #DAC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC942

Black with #DAC942

Text Example


Text Example

White with #DAC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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