Html Css Color HEX #DAD14C Confetti

📋 copy color: '#DAD14C'

red 218 ◦ green 209 ◦ blue 76

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

Shades of Confetti #DAD14C

Tints of Confetti #DAD14C

RGB

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

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

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

R = 43.34%
G = 41.55%
B = 15.11%

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

#DAD14C (or 0xDAD14C) is known color: Confetti. HEX triplet: DA, D1 and 4C. RGB value is (218,209,76). Sum of RGB (Red+Green+Blue) = 218+209+76=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD14C is #252EB3. Grayscale: #C5C5C5. Windows color (decimal): -2436788 or 5034458. OLE color: 5034458.

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

Color convert

RGB 218 209 76 -
CMYK 0 0.04 0.65 0.15
HSL 56.2º 0.66% 0.58% -
HSV(B) 56.2º 0.65% 0.85% -
XYZ 53.02 61.03 15.82 -
YUV 196.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 218 209 76 0 0.04 0.65 0.15 56.2 0.66 0.58
Hex DA D1 4C 0 4 41 F 38 42 3A
Octal 332 321 114 0 4 101 17 70 102 72
Binary 11011010 11010001 1001100 0 100 1000001 1111 111000 1000010 111010

Color Harmonies of #DAD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD14C

Black with #DAD14C

Text Example


Text Example

White with #DAD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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