Html Css Color HEX #DAC645 Confetti

📋 copy color: '#DAC645'

red 218 ◦ green 198 ◦ blue 69

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

Shades of Confetti #DAC645

Tints of Confetti #DAC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.82%

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

R = 44.95%
G = 40.82%
B = 14.23%

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

#DAC645 (or 0xDAC645) is known color: Confetti. HEX triplet: DA, C6 and 45. RGB value is (218,198,69). Sum of RGB (Red+Green+Blue) = 218+198+69=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC645 is #2539BA. Grayscale: #BDBDBD. Windows color (decimal): -2439611 or 4572890. OLE color: 4572890.

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

Color convert

RGB 218 198 69 -
CMYK 0 0.09 0.68 0.15
HSL 51.95º 0.67% 0.56% -
HSV(B) 51.95º 0.68% 0.85% -
XYZ 50.18 55.72 13.74 -
YUV 189.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 218 198 69 0 0.09 0.68 0.15 51.95 0.67 0.56
Hex DA C6 45 0 9 44 F 34 43 38
Octal 332 306 105 0 11 104 17 64 103 70
Binary 11011010 11000110 1000101 0 1001 1000100 1111 110100 1000011 111000

Color Harmonies of #DAC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC645

Black with #DAC645

Text Example


Text Example

White with #DAC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC645; }

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

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

background-color css

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

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

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

border-color css

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

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

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