Html Css Color HEX #DAC745 Confetti

📋 copy color: '#DAC745'

red 218 ◦ green 199 ◦ blue 69

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

Shades of Confetti #DAC745

Tints of Confetti #DAC745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.2%

R = 44.86%
G = 40.95%
B = 14.2%

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

#DAC745 (or 0xDAC745) is known color: Confetti. HEX triplet: DA, C7 and 45. RGB value is (218,199,69). Sum of RGB (Red+Green+Blue) = 218+199+69=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC745 is #2538BA. Grayscale: #BEBEBE. Windows color (decimal): -2439355 or 4573146. OLE color: 4573146.

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

Color convert

RGB 218 199 69 -
CMYK 0 0.09 0.68 0.15
HSL 52.35º 0.67% 0.56% -
HSV(B) 52.35º 0.68% 0.85% -
XYZ 50.41 56.18 13.82 -
YUV 189.86 59.79 148.07 -
System Red Green Blue C M Y K H S L
Decimal 218 199 69 0 0.09 0.68 0.15 52.35 0.67 0.56
Hex DA C7 45 0 9 44 F 34 43 38
Octal 332 307 105 0 11 104 17 64 103 70
Binary 11011010 11000111 1000101 0 1001 1000100 1111 110100 1000011 111000

Color Harmonies of #DAC745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC745

Black with #DAC745

Text Example


Text Example

White with #DAC745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC745; }

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

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

background-color css

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

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

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

border-color css

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

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

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