Html Css Color HEX #DACB4D Confetti

📋 copy color: '#DACB4D'

red 218 ◦ green 203 ◦ blue 77

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

Shades of Confetti #DACB4D

Tints of Confetti #DACB4D

RGB

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

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

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

R = 43.78%
G = 40.76%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DACB4D (or 0xDACB4D) is known color: Confetti. HEX triplet: DA, CB and 4D. RGB value is (218,203,77). Sum of RGB (Red+Green+Blue) = 218+203+77=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB4D is #2534B2. Grayscale: #C1C1C1. Windows color (decimal): -2438323 or 5098458. OLE color: 5098458.

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

Color convert

RGB 218 203 77 -
CMYK 0 0.07 0.65 0.15
HSL 53.62º 0.66% 0.58% -
HSV(B) 53.62º 0.65% 0.85% -
XYZ 51.61 58.15 15.53 -
YUV 193.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 218 203 77 0 0.07 0.65 0.15 53.62 0.66 0.58
Hex DA CB 4D 0 7 41 F 36 42 3A
Octal 332 313 115 0 7 101 17 66 102 72
Binary 11011010 11001011 1001101 0 111 1000001 1111 110110 1000010 111010

Color Harmonies of #DACB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB4D

Black with #DACB4D

Text Example


Text Example

White with #DACB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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