Html Css Color HEX #DAC957 Confetti

📋 copy color: '#DAC957'

red 218 ◦ green 201 ◦ blue 87

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

Shades of Confetti #DAC957

Tints of Confetti #DAC957

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

 BLUE value IS 87 (34.38% from 255) = 17.19%

R = 43.08%
G = 39.72%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAC957 (or 0xDAC957) is known color: Confetti. HEX triplet: DA, C9 and 57. RGB value is (218,201,87). Sum of RGB (Red+Green+Blue) = 218+201+87=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC957 is #2536A8. Grayscale: #C1C1C1. Windows color (decimal): -2438825 or 5753306. OLE color: 5753306.

HSL color Cylindrical-coordinate representation of color #DAC957: hue angle of 52.21º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAC957 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 87 -
CMYK 0 0.08 0.60 0.15
HSL 52.21º 0.64% 0.6% -
HSV(B) 52.21º 0.6% 0.85% -
XYZ 51.52 57.37 17.37 -
YUV 193.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 218 201 87 0 0.08 0.60 0.15 52.21 0.64 0.6
Hex DA C9 57 0 8 3C F 34 40 3C
Octal 332 311 127 0 10 74 17 64 100 74
Binary 11011010 11001001 1010111 0 1000 111100 1111 110100 1000000 111100

Color Harmonies of #DAC957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC957

Black with #DAC957

Text Example


Text Example

White with #DAC957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC957; }

 p { color: rgb(218,201,87); }

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

background-color css

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

 a { background-color: rgb(218,201,87); }

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

border-color css

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

 span { border-color: rgb(218,201,87); }

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