Html Css Color HEX #DAD051 Confetti

📋 copy color: '#DAD051'

red 218 ◦ green 208 ◦ blue 81

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

Shades of Confetti #DAD051

Tints of Confetti #DAD051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.98%

R = 43%
G = 41.03%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAD051 (or 0xDAD051) is known color: Confetti. HEX triplet: DA, D0 and 51. RGB value is (218,208,81). Sum of RGB (Red+Green+Blue) = 218+208+81=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD051 is #252FAE. Grayscale: #C5C5C5. Windows color (decimal): -2437039 or 5361882. OLE color: 5361882.

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

Color convert

RGB 218 208 81 -
CMYK 0 0.05 0.63 0.15
HSL 55.62º 0.65% 0.59% -
HSV(B) 55.62º 0.63% 0.85% -
XYZ 52.95 60.61 16.69 -
YUV 196.51 62.81 143.33 -
System Red Green Blue C M Y K H S L
Decimal 218 208 81 0 0.05 0.63 0.15 55.62 0.65 0.59
Hex DA D0 51 0 5 3F F 38 41 3B
Octal 332 320 121 0 5 77 17 70 101 73
Binary 11011010 11010000 1010001 0 101 111111 1111 111000 1000001 111011

Color Harmonies of #DAD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD051

Black with #DAD051

Text Example


Text Example

White with #DAD051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD051; }

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

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

background-color css

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

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

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

border-color css

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

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

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