Html Css Color HEX #DAD04E Confetti

📋 copy color: '#DAD04E'

red 218 ◦ green 208 ◦ blue 78

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

Shades of Confetti #DAD04E

Tints of Confetti #DAD04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.48%

R = 43.25%
G = 41.27%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAD04E (or 0xDAD04E) is known color: Confetti. HEX triplet: DA, D0 and 4E. RGB value is (218,208,78). Sum of RGB (Red+Green+Blue) = 218+208+78=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD04E is #252FB1. Grayscale: #C4C4C4. Windows color (decimal): -2437042 or 5165274. OLE color: 5165274.

HSL color Cylindrical-coordinate representation of color #DAD04E: hue angle of 55.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAD04E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 208 78 -
CMYK 0 0.05 0.64 0.15
HSL 55.71º 0.65% 0.58% -
HSV(B) 55.71º 0.64% 0.85% -
XYZ 52.84 60.57 16.11 -
YUV 196.17 61.31 143.57 -
System Red Green Blue C M Y K H S L
Decimal 218 208 78 0 0.05 0.64 0.15 55.71 0.65 0.58
Hex DA D0 4E 0 5 40 F 38 41 3A
Octal 332 320 116 0 5 100 17 70 101 72
Binary 11011010 11010000 1001110 0 101 1000000 1111 111000 1000001 111010

Color Harmonies of #DAD04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD04E

Black with #DAD04E

Text Example


Text Example

White with #DAD04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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