Html Css Color HEX #DAC345 Confetti

📋 copy color: '#DAC345'

red 218 ◦ green 195 ◦ blue 69

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

Shades of Confetti #DAC345

Tints of Confetti #DAC345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.46%

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

R = 45.23%
G = 40.46%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAC345 (or 0xDAC345) is known color: Confetti. HEX triplet: DA, C3 and 45. RGB value is (218,195,69). Sum of RGB (Red+Green+Blue) = 218+195+69=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC345 is #253CBA. Grayscale: #BCBCBC. Windows color (decimal): -2440379 or 4572122. OLE color: 4572122.

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

Color convert

RGB 218 195 69 -
CMYK 0 0.11 0.68 0.15
HSL 50.74º 0.67% 0.56% -
HSV(B) 50.74º 0.68% 0.85% -
XYZ 49.5 54.37 13.51 -
YUV 187.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 218 195 69 0 0.11 0.68 0.15 50.74 0.67 0.56
Hex DA C3 45 0 B 44 F 33 43 38
Octal 332 303 105 0 13 104 17 63 103 70
Binary 11011010 11000011 1000101 0 1011 1000100 1111 110011 1000011 111000

Color Harmonies of #DAC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC345

Black with #DAC345

Text Example


Text Example

White with #DAC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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