Html Css Color HEX #DABC4D Confetti

📋 copy color: '#DABC4D'

red 218 ◦ green 188 ◦ blue 77

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

Shades of Confetti #DABC4D

Tints of Confetti #DABC4D

RGB

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

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

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

R = 45.13%
G = 38.92%
B = 15.94%

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

#DABC4D (or 0xDABC4D) is known color: Confetti. HEX triplet: DA, BC and 4D. RGB value is (218,188,77). Sum of RGB (Red+Green+Blue) = 218+188+77=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC4D is #2543B2. Grayscale: #B8B8B8. Windows color (decimal): -2442163 or 5094618. OLE color: 5094618.

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

Color convert

RGB 218 188 77 -
CMYK 0 0.14 0.65 0.15
HSL 47.23º 0.66% 0.58% -
HSV(B) 47.23º 0.65% 0.85% -
XYZ 48.24 51.41 14.4 -
YUV 184.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 218 188 77 0 0.14 0.65 0.15 47.23 0.66 0.58
Hex DA BC 4D 0 E 41 F 2F 42 3A
Octal 332 274 115 0 16 101 17 57 102 72
Binary 11011010 10111100 1001101 0 1110 1000001 1111 101111 1000010 111010

Color Harmonies of #DABC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC4D

Black with #DABC4D

Text Example


Text Example

White with #DABC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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