Html Css Color HEX #DAC34D Confetti

📋 copy color: '#DAC34D'

red 218 ◦ green 195 ◦ blue 77

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

Shades of Confetti #DAC34D

Tints of Confetti #DAC34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.71%

R = 44.49%
G = 39.8%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAC34D (or 0xDAC34D) is known color: Confetti. HEX triplet: DA, C3 and 4D. RGB value is (218,195,77). Sum of RGB (Red+Green+Blue) = 218+195+77=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC34D is #253CB2. Grayscale: #BCBCBC. Windows color (decimal): -2440371 or 5096410. OLE color: 5096410.

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

Color convert

RGB 218 195 77 -
CMYK 0 0.11 0.65 0.15
HSL 50.21º 0.66% 0.58% -
HSV(B) 50.21º 0.65% 0.85% -
XYZ 49.77 54.47 14.91 -
YUV 188.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 218 195 77 0 0.11 0.65 0.15 50.21 0.66 0.58
Hex DA C3 4D 0 B 41 F 32 42 3A
Octal 332 303 115 0 13 101 17 62 102 72
Binary 11011010 11000011 1001101 0 1011 1000001 1111 110010 1000010 111010

Color Harmonies of #DAC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC34D

Black with #DAC34D

Text Example


Text Example

White with #DAC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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