Html Css Color HEX #DAD14D Confetti

📋 copy color: '#DAD14D'

red 218 ◦ green 209 ◦ blue 77

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

Shades of Confetti #DAD14D

Tints of Confetti #DAD14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.47%

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

R = 43.25%
G = 41.47%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAD14D (or 0xDAD14D) is known color: Confetti. HEX triplet: DA, D1 and 4D. RGB value is (218,209,77). Sum of RGB (Red+Green+Blue) = 218+209+77=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD14D is #252EB2. Grayscale: #C5C5C5. Windows color (decimal): -2436787 or 5099994. OLE color: 5099994.

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

Color convert

RGB 218 209 77 -
CMYK 0 0.04 0.65 0.15
HSL 56.17º 0.66% 0.58% -
HSV(B) 56.17º 0.65% 0.85% -
XYZ 53.05 61.04 16.01 -
YUV 196.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 218 209 77 0 0.04 0.65 0.15 56.17 0.66 0.58
Hex DA D1 4D 0 4 41 F 38 42 3A
Octal 332 321 115 0 4 101 17 70 102 72
Binary 11011010 11010001 1001101 0 100 1000001 1111 111000 1000010 111010

Color Harmonies of #DAD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD14D

Black with #DAD14D

Text Example


Text Example

White with #DAD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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