Html Css Color HEX #DAC148 Confetti

📋 copy color: '#DAC148'

red 218 ◦ green 193 ◦ blue 72

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

Shades of Confetti #DAC148

Tints of Confetti #DAC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.91%

R = 45.13%
G = 39.96%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAC148 (or 0xDAC148) is known color: Confetti. HEX triplet: DA, C1 and 48. RGB value is (218,193,72). Sum of RGB (Red+Green+Blue) = 218+193+72=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC148 is #253EB7. Grayscale: #BBBBBB. Windows color (decimal): -2440888 or 4768218. OLE color: 4768218.

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

Color convert

RGB 218 193 72 -
CMYK 0 0.11 0.67 0.15
HSL 49.73º 0.66% 0.57% -
HSV(B) 49.73º 0.67% 0.85% -
XYZ 49.15 53.51 13.87 -
YUV 186.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 218 193 72 0 0.11 0.67 0.15 49.73 0.66 0.57
Hex DA C1 48 0 B 43 F 32 42 39
Octal 332 301 110 0 13 103 17 62 102 71
Binary 11011010 11000001 1001000 0 1011 1000011 1111 110010 1000010 111001

Color Harmonies of #DAC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC148

Black with #DAC148

Text Example


Text Example

White with #DAC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC148; }

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

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

background-color css

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

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

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

border-color css

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

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

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