Html Css Color HEX #DABB4C Confetti

📋 copy color: '#DABB4C'

red 218 ◦ green 187 ◦ blue 76

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

Shades of Confetti #DABB4C

Tints of Confetti #DABB4C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

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

R = 45.32%
G = 38.88%
B = 15.8%

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

#DABB4C (or 0xDABB4C) is known color: Confetti. HEX triplet: DA, BB and 4C. RGB value is (218,187,76). Sum of RGB (Red+Green+Blue) = 218+187+76=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB4C is #2544B3. Grayscale: #B8B8B8. Windows color (decimal): -2442420 or 5028826. OLE color: 5028826.

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

Color convert

RGB 218 187 76 -
CMYK 0 0.14 0.65 0.15
HSL 46.9º 0.66% 0.58% -
HSV(B) 46.9º 0.65% 0.85% -
XYZ 47.99 50.97 14.15 -
YUV 183.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 218 187 76 0 0.14 0.65 0.15 46.9 0.66 0.58
Hex DA BB 4C 0 E 41 F 2F 42 3A
Octal 332 273 114 0 16 101 17 57 102 72
Binary 11011010 10111011 1001100 0 1110 1000001 1111 101111 1000010 111010

Color Harmonies of #DABB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB4C

Black with #DABB4C

Text Example


Text Example

White with #DABB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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