Html Css Color HEX #DAC74B Confetti

📋 copy color: '#DAC74B'

red 218 ◦ green 199 ◦ blue 75

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

Shades of Confetti #DAC74B

Tints of Confetti #DAC74B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.45%

 BLUE value IS 75 (29.69% from 255) = 15.24%

R = 44.31%
G = 40.45%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAC74B (or 0xDAC74B) is known color: Confetti. HEX triplet: DA, C7 and 4B. RGB value is (218,199,75). Sum of RGB (Red+Green+Blue) = 218+199+75=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC74B is #2538B4. Grayscale: #BFBFBF. Windows color (decimal): -2439349 or 4966362. OLE color: 4966362.

HSL color Cylindrical-coordinate representation of color #DAC74B: hue angle of 52.03º 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 #DAC74B is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 75 -
CMYK 0 0.09 0.66 0.15
HSL 52.03º 0.66% 0.57% -
HSV(B) 52.03º 0.66% 0.85% -
XYZ 50.61 56.26 14.85 -
YUV 190.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 218 199 75 0 0.09 0.66 0.15 52.03 0.66 0.57
Hex DA C7 4B 0 9 42 F 34 42 39
Octal 332 307 113 0 11 102 17 64 102 71
Binary 11011010 11000111 1001011 0 1001 1000010 1111 110100 1000010 111001

Color Harmonies of #DAC74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC74B

Black with #DAC74B

Text Example


Text Example

White with #DAC74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC74B; }

 p { color: rgb(218,199,75); }

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

background-color css

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

 a { background-color: rgb(218,199,75); }

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

border-color css

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

 span { border-color: rgb(218,199,75); }

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