Html Css Color HEX #DAC74D Confetti

📋 copy color: '#DAC74D'

red 218 ◦ green 199 ◦ blue 77

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

Shades of Confetti #DAC74D

Tints of Confetti #DAC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 44.13%
G = 40.28%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAC74D (or 0xDAC74D) is known color: Confetti. HEX triplet: DA, C7 and 4D. RGB value is (218,199,77). Sum of RGB (Red+Green+Blue) = 218+199+77=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC74D is #2538B2. Grayscale: #BFBFBF. Windows color (decimal): -2439347 or 5097434. OLE color: 5097434.

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

Color convert

RGB 218 199 77 -
CMYK 0 0.09 0.65 0.15
HSL 51.91º 0.66% 0.58% -
HSV(B) 51.91º 0.65% 0.85% -
XYZ 50.68 56.29 15.21 -
YUV 190.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 218 199 77 0 0.09 0.65 0.15 51.91 0.66 0.58
Hex DA C7 4D 0 9 41 F 34 42 3A
Octal 332 307 115 0 11 101 17 64 102 72
Binary 11011010 11000111 1001101 0 1001 1000001 1111 110100 1000010 111010

Color Harmonies of #DAC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC74D

Black with #DAC74D

Text Example


Text Example

White with #DAC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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