Html Css Color HEX #DACB48 Confetti

📋 copy color: '#DACB48'

red 218 ◦ green 203 ◦ blue 72

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

Shades of Confetti #DACB48

Tints of Confetti #DACB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.6%

R = 44.22%
G = 41.18%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DACB48 (or 0xDACB48) is known color: Confetti. HEX triplet: DA, CB and 48. RGB value is (218,203,72). Sum of RGB (Red+Green+Blue) = 218+203+72=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB48 is #2534B7. Grayscale: #C1C1C1. Windows color (decimal): -2438328 or 4770778. OLE color: 4770778.

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

Color convert

RGB 218 203 72 -
CMYK 0 0.07 0.67 0.15
HSL 53.84º 0.66% 0.57% -
HSV(B) 53.84º 0.67% 0.85% -
XYZ 51.44 58.09 14.63 -
YUV 192.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 218 203 72 0 0.07 0.67 0.15 53.84 0.66 0.57
Hex DA CB 48 0 7 43 F 36 42 39
Octal 332 313 110 0 7 103 17 66 102 71
Binary 11011010 11001011 1001000 0 111 1000011 1111 110110 1000010 111001

Color Harmonies of #DACB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB48

Black with #DACB48

Text Example


Text Example

White with #DACB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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