Html Css Color HEX #DAD04D Confetti

📋 copy color: '#DAD04D'

red 218 ◦ green 208 ◦ blue 77

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

Shades of Confetti #DAD04D

Tints of Confetti #DAD04D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

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

R = 43.34%
G = 41.35%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAD04D (or 0xDAD04D) is known color: Confetti. HEX triplet: DA, D0 and 4D. RGB value is (218,208,77). Sum of RGB (Red+Green+Blue) = 218+208+77=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD04D is #252FB2. Grayscale: #C4C4C4. Windows color (decimal): -2437043 or 5099738. OLE color: 5099738.

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

Color convert

RGB 218 208 77 -
CMYK 0 0.05 0.65 0.15
HSL 55.74º 0.66% 0.58% -
HSV(B) 55.74º 0.65% 0.85% -
XYZ 52.81 60.55 15.93 -
YUV 196.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 218 208 77 0 0.05 0.65 0.15 55.74 0.66 0.58
Hex DA D0 4D 0 5 41 F 38 42 3A
Octal 332 320 115 0 5 101 17 70 102 72
Binary 11011010 11010000 1001101 0 101 1000001 1111 111000 1000010 111010

Color Harmonies of #DAD04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD04D

Black with #DAD04D

Text Example


Text Example

White with #DAD04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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