Html Css Color HEX #DABD4C Confetti

📋 copy color: '#DABD4C'

red 218 ◦ green 189 ◦ blue 76

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

Shades of Confetti #DABD4C

Tints of Confetti #DABD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.13%

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

R = 45.13%
G = 39.13%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DABD4C (or 0xDABD4C) is known color: Confetti. HEX triplet: DA, BD and 4C. RGB value is (218,189,76). Sum of RGB (Red+Green+Blue) = 218+189+76=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD4C is #2542B3. Grayscale: #B9B9B9. Windows color (decimal): -2441908 or 5029338. OLE color: 5029338.

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

Color convert

RGB 218 189 76 -
CMYK 0 0.13 0.65 0.15
HSL 47.75º 0.66% 0.58% -
HSV(B) 47.75º 0.65% 0.85% -
XYZ 48.42 51.82 14.29 -
YUV 184.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 218 189 76 0 0.13 0.65 0.15 47.75 0.66 0.58
Hex DA BD 4C 0 D 41 F 30 42 3A
Octal 332 275 114 0 15 101 17 60 102 72
Binary 11011010 10111101 1001100 0 1101 1000001 1111 110000 1000010 111010

Color Harmonies of #DABD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD4C

Black with #DABD4C

Text Example


Text Example

White with #DABD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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