Html Css Color HEX #DABE4A Confetti

📋 copy color: '#DABE4A'

red 218 ◦ green 190 ◦ blue 74

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

Shades of Confetti #DABE4A

Tints of Confetti #DABE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.42%

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

R = 45.23%
G = 39.42%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DABE4A (or 0xDABE4A) is known color: Confetti. HEX triplet: DA, BE and 4A. RGB value is (218,190,74). Sum of RGB (Red+Green+Blue) = 218+190+74=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE4A is #2541B5. Grayscale: #B9B9B9. Windows color (decimal): -2441654 or 4898522. OLE color: 4898522.

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

Color convert

RGB 218 190 74 -
CMYK 0 0.13 0.66 0.15
HSL 48.33º 0.66% 0.57% -
HSV(B) 48.33º 0.66% 0.85% -
XYZ 48.56 52.23 14 -
YUV 185.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 218 190 74 0 0.13 0.66 0.15 48.33 0.66 0.57
Hex DA BE 4A 0 D 42 F 30 42 39
Octal 332 276 112 0 15 102 17 60 102 71
Binary 11011010 10111110 1001010 0 1101 1000010 1111 110000 1000010 111001

Color Harmonies of #DABE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE4A

Black with #DABE4A

Text Example


Text Example

White with #DABE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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