Html Css Color HEX #DAC746 Confetti

📋 copy color: '#DAC746'

red 218 ◦ green 199 ◦ blue 70

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

Shades of Confetti #DAC746

Tints of Confetti #DAC746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.37%

R = 44.76%
G = 40.86%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAC746 (or 0xDAC746) is known color: Confetti. HEX triplet: DA, C7 and 46. RGB value is (218,199,70). Sum of RGB (Red+Green+Blue) = 218+199+70=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC746 is #2538B9. Grayscale: #BEBEBE. Windows color (decimal): -2439354 or 4638682. OLE color: 4638682.

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

Color convert

RGB 218 199 70 -
CMYK 0 0.09 0.68 0.15
HSL 52.3º 0.67% 0.56% -
HSV(B) 52.3º 0.68% 0.85% -
XYZ 50.44 56.19 13.98 -
YUV 189.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 218 199 70 0 0.09 0.68 0.15 52.3 0.67 0.56
Hex DA C7 46 0 9 44 F 34 43 38
Octal 332 307 106 0 11 104 17 64 103 70
Binary 11011010 11000111 1000110 0 1001 1000100 1111 110100 1000011 111000

Color Harmonies of #DAC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC746

Black with #DAC746

Text Example


Text Example

White with #DAC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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