Html Css Color HEX #DABC4A Confetti

📋 copy color: '#DABC4A'

red 218 ◦ green 188 ◦ blue 74

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

Shades of Confetti #DABC4A

Tints of Confetti #DABC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 45.42%
G = 39.17%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DABC4A (or 0xDABC4A) is known color: Confetti. HEX triplet: DA, BC and 4A. RGB value is (218,188,74). Sum of RGB (Red+Green+Blue) = 218+188+74=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC4A is #2543B5. Grayscale: #B8B8B8. Windows color (decimal): -2442166 or 4898010. OLE color: 4898010.

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

Color convert

RGB 218 188 74 -
CMYK 0 0.14 0.66 0.15
HSL 47.5º 0.66% 0.57% -
HSV(B) 47.5º 0.66% 0.85% -
XYZ 48.13 51.37 13.86 -
YUV 183.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 218 188 74 0 0.14 0.66 0.15 47.5 0.66 0.57
Hex DA BC 4A 0 E 42 F 30 42 39
Octal 332 274 112 0 16 102 17 60 102 71
Binary 11011010 10111100 1001010 0 1110 1000010 1111 110000 1000010 111001

Color Harmonies of #DABC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC4A

Black with #DABC4A

Text Example


Text Example

White with #DABC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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