Html Css Color HEX #DAC14A Confetti

📋 copy color: '#DAC14A'

red 218 ◦ green 193 ◦ blue 74

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

Shades of Confetti #DAC14A

Tints of Confetti #DAC14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.26%

R = 44.95%
G = 39.79%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAC14A (or 0xDAC14A) is known color: Confetti. HEX triplet: DA, C1 and 4A. RGB value is (218,193,74). Sum of RGB (Red+Green+Blue) = 218+193+74=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC14A is #253EB5. Grayscale: #BBBBBB. Windows color (decimal): -2440886 or 4899290. OLE color: 4899290.

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

Color convert

RGB 218 193 74 -
CMYK 0 0.11 0.66 0.15
HSL 49.58º 0.66% 0.57% -
HSV(B) 49.58º 0.66% 0.85% -
XYZ 49.22 53.54 14.22 -
YUV 186.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 218 193 74 0 0.11 0.66 0.15 49.58 0.66 0.57
Hex DA C1 4A 0 B 42 F 32 42 39
Octal 332 301 112 0 13 102 17 62 102 71
Binary 11011010 11000001 1001010 0 1011 1000010 1111 110010 1000010 111001

Color Harmonies of #DAC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC14A

Black with #DAC14A

Text Example


Text Example

White with #DAC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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