Html Css Color HEX #DAD04F Confetti

📋 copy color: '#DAD04F'

red 218 ◦ green 208 ◦ blue 79

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

Shades of Confetti #DAD04F

Tints of Confetti #DAD04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.64%

R = 43.17%
G = 41.19%
B = 15.64%

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

#DAD04F (or 0xDAD04F) is known color: Confetti. HEX triplet: DA, D0 and 4F. RGB value is (218,208,79). Sum of RGB (Red+Green+Blue) = 218+208+79=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD04F is #252FB0. Grayscale: #C4C4C4. Windows color (decimal): -2437041 or 5230810. OLE color: 5230810.

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

Color convert

RGB 218 208 79 -
CMYK 0 0.05 0.64 0.15
HSL 55.68º 0.65% 0.58% -
HSV(B) 55.68º 0.64% 0.85% -
XYZ 52.88 60.58 16.3 -
YUV 196.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 218 208 79 0 0.05 0.64 0.15 55.68 0.65 0.58
Hex DA D0 4F 0 5 40 F 38 41 3A
Octal 332 320 117 0 5 100 17 70 101 72
Binary 11011010 11010000 1001111 0 101 1000000 1111 111000 1000001 111010

Color Harmonies of #DAD04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD04F

Black with #DAD04F

Text Example


Text Example

White with #DAD04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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