Html Css Color HEX #DAC044 Confetti

📋 copy color: '#DAC044'

red 218 ◦ green 192 ◦ blue 68

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

Shades of Confetti #DAC044

Tints of Confetti #DAC044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 68 (26.95% from 255) = 14.23%

R = 45.61%
G = 40.17%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAC044 (or 0xDAC044) is known color: Confetti. HEX triplet: DA, C0 and 44. RGB value is (218,192,68). Sum of RGB (Red+Green+Blue) = 218+192+68=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC044 is #253FBB. Grayscale: #BABABA. Windows color (decimal): -2441148 or 4505818. OLE color: 4505818.

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

Color convert

RGB 218 192 68 -
CMYK 0 0.12 0.69 0.15
HSL 49.6º 0.67% 0.56% -
HSV(B) 49.6º 0.69% 0.85% -
XYZ 48.81 53.02 13.13 -
YUV 185.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 218 192 68 0 0.12 0.69 0.15 49.6 0.67 0.56
Hex DA C0 44 0 C 45 F 32 43 38
Octal 332 300 104 0 14 105 17 62 103 70
Binary 11011010 11000000 1000100 0 1100 1000101 1111 110010 1000011 111000

Color Harmonies of #DAC044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC044

Black with #DAC044

Text Example


Text Example

White with #DAC044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC044; }

 p { color: rgb(218,192,68); }

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

background-color css

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

 a { background-color: rgb(218,192,68); }

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

border-color css

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

 span { border-color: rgb(218,192,68); }

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