Html Css Color HEX #DABC4C Confetti

📋 copy color: '#DABC4C'

red 218 ◦ green 188 ◦ blue 76

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

Shades of Confetti #DABC4C

Tints of Confetti #DABC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 45.23%
G = 39%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DABC4C (or 0xDABC4C) is known color: Confetti. HEX triplet: DA, BC and 4C. RGB value is (218,188,76). Sum of RGB (Red+Green+Blue) = 218+188+76=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC4C is #2543B3. Grayscale: #B8B8B8. Windows color (decimal): -2442164 or 5029082. OLE color: 5029082.

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

Color convert

RGB 218 188 76 -
CMYK 0 0.14 0.65 0.15
HSL 47.32º 0.66% 0.58% -
HSV(B) 47.32º 0.65% 0.85% -
XYZ 48.2 51.39 14.22 -
YUV 184.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 218 188 76 0 0.14 0.65 0.15 47.32 0.66 0.58
Hex DA BC 4C 0 E 41 F 2F 42 3A
Octal 332 274 114 0 16 101 17 57 102 72
Binary 11011010 10111100 1001100 0 1110 1000001 1111 101111 1000010 111010

Color Harmonies of #DABC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC4C

Black with #DABC4C

Text Example


Text Example

White with #DABC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC4C; }

 p { color: rgb(218,188,76); }

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

background-color css

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

 a { background-color: rgb(218,188,76); }

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

border-color css

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

 span { border-color: rgb(218,188,76); }

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