Html Css Color HEX #DAC742 Confetti

📋 copy color: '#DAC742'

red 218 ◦ green 199 ◦ blue 66

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

Shades of Confetti #DAC742

Tints of Confetti #DAC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 45.13%
G = 41.2%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DAC742 (or 0xDAC742) is known color: Confetti. HEX triplet: DA, C7 and 42. RGB value is (218,199,66). Sum of RGB (Red+Green+Blue) = 218+199+66=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC742 is #2538BD. Grayscale: #BEBEBE. Windows color (decimal): -2439358 or 4376538. OLE color: 4376538.

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

Color convert

RGB 218 199 66 -
CMYK 0 0.09 0.70 0.15
HSL 52.5º 0.67% 0.56% -
HSV(B) 52.5º 0.7% 0.85% -
XYZ 50.32 56.15 13.34 -
YUV 189.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 218 199 66 0 0.09 0.70 0.15 52.5 0.67 0.56
Hex DA C7 42 0 9 46 F 34 43 38
Octal 332 307 102 0 11 106 17 64 103 70
Binary 11011010 11000111 1000010 0 1001 1000110 1111 110100 1000011 111000

Color Harmonies of #DAC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC742

Black with #DAC742

Text Example


Text Example

White with #DAC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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