Html Css Color HEX #DAC14C Confetti

📋 copy color: '#DAC14C'

red 218 ◦ green 193 ◦ blue 76

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

Shades of Confetti #DAC14C

Tints of Confetti #DAC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.61%

R = 44.76%
G = 39.63%
B = 15.61%

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

#DAC14C (or 0xDAC14C) is known color: Confetti. HEX triplet: DA, C1 and 4C. RGB value is (218,193,76). Sum of RGB (Red+Green+Blue) = 218+193+76=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC14C is #253EB3. Grayscale: #BBBBBB. Windows color (decimal): -2440884 or 5030362. OLE color: 5030362.

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

Color convert

RGB 218 193 76 -
CMYK 0 0.11 0.65 0.15
HSL 49.44º 0.66% 0.58% -
HSV(B) 49.44º 0.65% 0.85% -
XYZ 49.29 53.57 14.58 -
YUV 187.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 218 193 76 0 0.11 0.65 0.15 49.44 0.66 0.58
Hex DA C1 4C 0 B 41 F 31 42 3A
Octal 332 301 114 0 13 101 17 61 102 72
Binary 11011010 11000001 1001100 0 1011 1000001 1111 110001 1000010 111010

Color Harmonies of #DAC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC14C

Black with #DAC14C

Text Example


Text Example

White with #DAC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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