Html Css Color HEX #DAC348 Confetti

📋 copy color: '#DAC348'

red 218 ◦ green 195 ◦ blue 72

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

Shades of Confetti #DAC348

Tints of Confetti #DAC348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

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

R = 44.95%
G = 40.21%
B = 14.85%

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

#DAC348 (or 0xDAC348) is known color: Confetti. HEX triplet: DA, C3 and 48. RGB value is (218,195,72). Sum of RGB (Red+Green+Blue) = 218+195+72=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC348 is #253CB7. Grayscale: #BCBCBC. Windows color (decimal): -2440376 or 4768730. OLE color: 4768730.

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

Color convert

RGB 218 195 72 -
CMYK 0 0.11 0.67 0.15
HSL 50.55º 0.66% 0.57% -
HSV(B) 50.55º 0.67% 0.85% -
XYZ 49.6 54.4 14.02 -
YUV 187.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 218 195 72 0 0.11 0.67 0.15 50.55 0.66 0.57
Hex DA C3 48 0 B 43 F 33 42 39
Octal 332 303 110 0 13 103 17 63 102 71
Binary 11011010 11000011 1001000 0 1011 1000011 1111 110011 1000010 111001

Color Harmonies of #DAC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC348

Black with #DAC348

Text Example


Text Example

White with #DAC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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