Html Css Color HEX #DAC242 Confetti

📋 copy color: '#DAC242'

red 218 ◦ green 194 ◦ blue 66

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

Shades of Confetti #DAC242

Tints of Confetti #DAC242

RGB

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

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

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

R = 45.61%
G = 40.59%
B = 13.81%

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

#DAC242 (or 0xDAC242) is known color: Confetti. HEX triplet: DA, C2 and 42. RGB value is (218,194,66). Sum of RGB (Red+Green+Blue) = 218+194+66=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC242 is #253DBD. Grayscale: #BBBBBB. Windows color (decimal): -2440638 or 4375258. OLE color: 4375258.

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

Color convert

RGB 218 194 66 -
CMYK 0 0.11 0.70 0.15
HSL 50.53º 0.67% 0.56% -
HSV(B) 50.53º 0.7% 0.85% -
XYZ 49.19 53.88 12.96 -
YUV 186.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 218 194 66 0 0.11 0.70 0.15 50.53 0.67 0.56
Hex DA C2 42 0 B 46 F 33 43 38
Octal 332 302 102 0 13 106 17 63 103 70
Binary 11011010 11000010 1000010 0 1011 1000110 1111 110011 1000011 111000

Color Harmonies of #DAC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC242

Black with #DAC242

Text Example


Text Example

White with #DAC242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC242; }

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

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

background-color css

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

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

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

border-color css

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

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

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