Html Css Color HEX #DAC14D Confetti

📋 copy color: '#DAC14D'

red 218 ◦ green 193 ◦ blue 77

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

Shades of Confetti #DAC14D

Tints of Confetti #DAC14D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.55%

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

R = 44.67%
G = 39.55%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAC14D (or 0xDAC14D) is known color: Confetti. HEX triplet: DA, C1 and 4D. RGB value is (218,193,77). Sum of RGB (Red+Green+Blue) = 218+193+77=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC14D is #253EB2. Grayscale: #BBBBBB. Windows color (decimal): -2440883 or 5095898. OLE color: 5095898.

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

Color convert

RGB 218 193 77 -
CMYK 0 0.11 0.65 0.15
HSL 49.36º 0.66% 0.58% -
HSV(B) 49.36º 0.65% 0.85% -
XYZ 49.32 53.58 14.76 -
YUV 187.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 218 193 77 0 0.11 0.65 0.15 49.36 0.66 0.58
Hex DA C1 4D 0 B 41 F 31 42 3A
Octal 332 301 115 0 13 101 17 61 102 72
Binary 11011010 11000001 1001101 0 1011 1000001 1111 110001 1000010 111010

Color Harmonies of #DAC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC14D

Black with #DAC14D

Text Example


Text Example

White with #DAC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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