Html Css Color HEX #DAC34A Confetti

📋 copy color: '#DAC34A'

red 218 ◦ green 195 ◦ blue 74

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

Shades of Confetti #DAC34A

Tints of Confetti #DAC34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.2%

R = 44.76%
G = 40.04%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAC34A (or 0xDAC34A) is known color: Confetti. HEX triplet: DA, C3 and 4A. RGB value is (218,195,74). Sum of RGB (Red+Green+Blue) = 218+195+74=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC34A is #253CB5. Grayscale: #BCBCBC. Windows color (decimal): -2440374 or 4899802. OLE color: 4899802.

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

Color convert

RGB 218 195 74 -
CMYK 0 0.11 0.66 0.15
HSL 50.42º 0.66% 0.57% -
HSV(B) 50.42º 0.66% 0.85% -
XYZ 49.66 54.43 14.37 -
YUV 188.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 218 195 74 0 0.11 0.66 0.15 50.42 0.66 0.57
Hex DA C3 4A 0 B 42 F 32 42 39
Octal 332 303 112 0 13 102 17 62 102 71
Binary 11011010 11000011 1001010 0 1011 1000010 1111 110010 1000010 111001

Color Harmonies of #DAC34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC34A

Black with #DAC34A

Text Example


Text Example

White with #DAC34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC34A; }

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

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

background-color css

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

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

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

border-color css

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

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

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