Html Css Color HEX #DAC442 Confetti

📋 copy color: '#DAC442'

red 218 ◦ green 196 ◦ blue 66

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

Shades of Confetti #DAC442

Tints of Confetti #DAC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 45.42%
G = 40.83%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAC442 (or 0xDAC442) is known color: Confetti. HEX triplet: DA, C4 and 42. RGB value is (218,196,66). Sum of RGB (Red+Green+Blue) = 218+196+66=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC442 is #253BBD. Grayscale: #BCBCBC. Windows color (decimal): -2440126 or 4375770. OLE color: 4375770.

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

Color convert

RGB 218 196 66 -
CMYK 0 0.10 0.70 0.15
HSL 51.32º 0.67% 0.56% -
HSV(B) 51.32º 0.7% 0.85% -
XYZ 49.64 54.78 13.11 -
YUV 187.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 218 196 66 0 0.10 0.70 0.15 51.32 0.67 0.56
Hex DA C4 42 0 A 46 F 33 43 38
Octal 332 304 102 0 12 106 17 63 103 70
Binary 11011010 11000100 1000010 0 1010 1000110 1111 110011 1000011 111000

Color Harmonies of #DAC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC442

Black with #DAC442

Text Example


Text Example

White with #DAC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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