Html Css Color HEX #DACB4A Confetti

📋 copy color: '#DACB4A'

red 218 ◦ green 203 ◦ blue 74

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

Shades of Confetti #DACB4A

Tints of Confetti #DACB4A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.01%

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

R = 44.04%
G = 41.01%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DACB4A (or 0xDACB4A) is known color: Confetti. HEX triplet: DA, CB and 4A. RGB value is (218,203,74). Sum of RGB (Red+Green+Blue) = 218+203+74=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB4A is #2534B5. Grayscale: #C1C1C1. Windows color (decimal): -2438326 or 4901850. OLE color: 4901850.

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

Color convert

RGB 218 203 74 -
CMYK 0 0.07 0.66 0.15
HSL 53.75º 0.66% 0.57% -
HSV(B) 53.75º 0.66% 0.85% -
XYZ 51.51 58.11 14.98 -
YUV 192.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 218 203 74 0 0.07 0.66 0.15 53.75 0.66 0.57
Hex DA CB 4A 0 7 42 F 36 42 39
Octal 332 313 112 0 7 102 17 66 102 71
Binary 11011010 11001011 1001010 0 111 1000010 1111 110110 1000010 111001

Color Harmonies of #DACB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB4A

Black with #DACB4A

Text Example


Text Example

White with #DACB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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