Html Css Color HEX #DABC4E Confetti

📋 copy color: '#DABC4E'

red 218 ◦ green 188 ◦ blue 78

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

Shades of Confetti #DABC4E

Tints of Confetti #DABC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.12%

R = 45.04%
G = 38.84%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DABC4E (or 0xDABC4E) is known color: Confetti. HEX triplet: DA, BC and 4E. RGB value is (218,188,78). Sum of RGB (Red+Green+Blue) = 218+188+78=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC4E is #2543B1. Grayscale: #B8B8B8. Windows color (decimal): -2442162 or 5160154. OLE color: 5160154.

HSL color Cylindrical-coordinate representation of color #DABC4E: hue angle of 47.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DABC4E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 78 -
CMYK 0 0.14 0.64 0.15
HSL 47.14º 0.65% 0.58% -
HSV(B) 47.14º 0.64% 0.85% -
XYZ 48.27 51.42 14.59 -
YUV 184.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 218 188 78 0 0.14 0.64 0.15 47.14 0.65 0.58
Hex DA BC 4E 0 E 40 F 2F 41 3A
Octal 332 274 116 0 16 100 17 57 101 72
Binary 11011010 10111100 1001110 0 1110 1000000 1111 101111 1000001 111010

Color Harmonies of #DABC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC4E

Black with #DABC4E

Text Example


Text Example

White with #DABC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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