Html Css Color HEX #DAC34F Confetti

📋 copy color: '#DAC34F'

red 218 ◦ green 195 ◦ blue 79

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

Shades of Confetti #DAC34F

Tints of Confetti #DAC34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.06%

R = 44.31%
G = 39.63%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAC34F (or 0xDAC34F) is known color: Confetti. HEX triplet: DA, C3 and 4F. RGB value is (218,195,79). Sum of RGB (Red+Green+Blue) = 218+195+79=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC34F is #253CB0. Grayscale: #BDBDBD. Windows color (decimal): -2440369 or 5227482. OLE color: 5227482.

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

Color convert

RGB 218 195 79 -
CMYK 0 0.11 0.64 0.15
HSL 50.07º 0.65% 0.58% -
HSV(B) 50.07º 0.64% 0.85% -
XYZ 49.84 54.5 15.29 -
YUV 188.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 218 195 79 0 0.11 0.64 0.15 50.07 0.65 0.58
Hex DA C3 4F 0 B 40 F 32 41 3A
Octal 332 303 117 0 13 100 17 62 101 72
Binary 11011010 11000011 1001111 0 1011 1000000 1111 110010 1000001 111010

Color Harmonies of #DAC34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC34F

Black with #DAC34F

Text Example


Text Example

White with #DAC34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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