Html Css Color HEX #DAC152 Confetti

📋 copy color: '#DAC152'

red 218 ◦ green 193 ◦ blue 82

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

Shades of Confetti #DAC152

Tints of Confetti #DAC152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.63%

R = 44.22%
G = 39.15%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAC152 (or 0xDAC152) is known color: Confetti. HEX triplet: DA, C1 and 52. RGB value is (218,193,82). Sum of RGB (Red+Green+Blue) = 218+193+82=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC152 is #253EAD. Grayscale: #BCBCBC. Windows color (decimal): -2440878 or 5423578. OLE color: 5423578.

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

Color convert

RGB 218 193 82 -
CMYK 0 0.11 0.62 0.15
HSL 48.97º 0.65% 0.59% -
HSV(B) 48.97º 0.62% 0.85% -
XYZ 49.51 53.65 15.73 -
YUV 187.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 218 193 82 0 0.11 0.62 0.15 48.97 0.65 0.59
Hex DA C1 52 0 B 3E F 31 41 3B
Octal 332 301 122 0 13 76 17 61 101 73
Binary 11011010 11000001 1010010 0 1011 111110 1111 110001 1000001 111011

Color Harmonies of #DAC152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC152

Black with #DAC152

Text Example


Text Example

White with #DAC152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC152; }

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

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

background-color css

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

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

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

border-color css

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

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

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