Html Css Color HEX #DAD053 Confetti

📋 copy color: '#DAD053'

red 218 ◦ green 208 ◦ blue 83

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

Shades of Confetti #DAD053

Tints of Confetti #DAD053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.31%

R = 42.83%
G = 40.86%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAD053 (or 0xDAD053) is known color: Confetti. HEX triplet: DA, D0 and 53. RGB value is (218,208,83). Sum of RGB (Red+Green+Blue) = 218+208+83=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD053 is #252FAC. Grayscale: #C5C5C5. Windows color (decimal): -2437037 or 5492954. OLE color: 5492954.

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

Color convert

RGB 218 208 83 -
CMYK 0 0.05 0.62 0.15
HSL 55.56º 0.65% 0.59% -
HSV(B) 55.56º 0.62% 0.85% -
XYZ 53.03 60.64 17.09 -
YUV 196.74 63.81 143.16 -
System Red Green Blue C M Y K H S L
Decimal 218 208 83 0 0.05 0.62 0.15 55.56 0.65 0.59
Hex DA D0 53 0 5 3E F 38 41 3B
Octal 332 320 123 0 5 76 17 70 101 73
Binary 11011010 11010000 1010011 0 101 111110 1111 111000 1000001 111011

Color Harmonies of #DAD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD053

Black with #DAD053

Text Example


Text Example

White with #DAD053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD053; }

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

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

background-color css

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

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

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

border-color css

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

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

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