Html Css Color HEX #DAC448 Confetti

📋 copy color: '#DAC448'

red 218 ◦ green 196 ◦ blue 72

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

Shades of Confetti #DAC448

Tints of Confetti #DAC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.33%

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

R = 44.86%
G = 40.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAC448 (or 0xDAC448) is known color: Confetti. HEX triplet: DA, C4 and 48. RGB value is (218,196,72). Sum of RGB (Red+Green+Blue) = 218+196+72=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC448 is #253BB7. Grayscale: #BCBCBC. Windows color (decimal): -2440120 or 4768986. OLE color: 4768986.

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

Color convert

RGB 218 196 72 -
CMYK 0 0.10 0.67 0.15
HSL 50.96º 0.66% 0.57% -
HSV(B) 50.96º 0.67% 0.85% -
XYZ 49.82 54.85 14.09 -
YUV 188.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 218 196 72 0 0.10 0.67 0.15 50.96 0.66 0.57
Hex DA C4 48 0 A 43 F 33 42 39
Octal 332 304 110 0 12 103 17 63 102 71
Binary 11011010 11000100 1001000 0 1010 1000011 1111 110011 1000010 111001

Color Harmonies of #DAC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC448

Black with #DAC448

Text Example


Text Example

White with #DAC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC448; }

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

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

background-color css

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

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

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

border-color css

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

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

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