Html Css Color HEX #DAC14B Confetti

📋 copy color: '#DAC14B'

red 218 ◦ green 193 ◦ blue 75

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

Shades of Confetti #DAC14B

Tints of Confetti #DAC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.43%

R = 44.86%
G = 39.71%
B = 15.43%

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

#DAC14B (or 0xDAC14B) is known color: Confetti. HEX triplet: DA, C1 and 4B. RGB value is (218,193,75). Sum of RGB (Red+Green+Blue) = 218+193+75=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC14B is #253EB4. Grayscale: #BBBBBB. Windows color (decimal): -2440885 or 4964826. OLE color: 4964826.

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

Color convert

RGB 218 193 75 -
CMYK 0 0.11 0.66 0.15
HSL 49.51º 0.66% 0.57% -
HSV(B) 49.51º 0.66% 0.85% -
XYZ 49.25 53.55 14.4 -
YUV 187.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 218 193 75 0 0.11 0.66 0.15 49.51 0.66 0.57
Hex DA C1 4B 0 B 42 F 32 42 39
Octal 332 301 113 0 13 102 17 62 102 71
Binary 11011010 11000001 1001011 0 1011 1000010 1111 110010 1000010 111001

Color Harmonies of #DAC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC14B

Black with #DAC14B

Text Example


Text Example

White with #DAC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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