Html Css Color HEX #DAD04C Confetti

📋 copy color: '#DAD04C'

red 218 ◦ green 208 ◦ blue 76

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

Shades of Confetti #DAD04C

Tints of Confetti #DAD04C

RGB

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

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

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

R = 43.43%
G = 41.43%
B = 15.14%

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

#DAD04C (or 0xDAD04C) is known color: Confetti. HEX triplet: DA, D0 and 4C. RGB value is (218,208,76). Sum of RGB (Red+Green+Blue) = 218+208+76=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD04C is #252FB3. Grayscale: #C4C4C4. Windows color (decimal): -2437044 or 5034202. OLE color: 5034202.

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

Color convert

RGB 218 208 76 -
CMYK 0 0.05 0.65 0.15
HSL 55.77º 0.66% 0.58% -
HSV(B) 55.77º 0.65% 0.85% -
XYZ 52.77 60.54 15.74 -
YUV 195.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 218 208 76 0 0.05 0.65 0.15 55.77 0.66 0.58
Hex DA D0 4C 0 5 41 F 38 42 3A
Octal 332 320 114 0 5 101 17 70 102 72
Binary 11011010 11010000 1001100 0 101 1000001 1111 111000 1000010 111010

Color Harmonies of #DAD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD04C

Black with #DAD04C

Text Example


Text Example

White with #DAD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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