Html Css Color HEX #DAD047 Confetti

📋 copy color: '#DAD047'

red 218 ◦ green 208 ◦ blue 71

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

Shades of Confetti #DAD047

Tints of Confetti #DAD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.29%

R = 43.86%
G = 41.85%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD047 (or 0xDAD047) is known color: Confetti. HEX triplet: DA, D0 and 47. RGB value is (218,208,71). Sum of RGB (Red+Green+Blue) = 218+208+71=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD047 is #252FB8. Grayscale: #C3C3C3. Windows color (decimal): -2437049 or 4706522. OLE color: 4706522.

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

Color convert

RGB 218 208 71 -
CMYK 0 0.05 0.67 0.15
HSL 55.92º 0.67% 0.57% -
HSV(B) 55.92º 0.67% 0.85% -
XYZ 52.61 60.47 14.86 -
YUV 195.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 218 208 71 0 0.05 0.67 0.15 55.92 0.67 0.57
Hex DA D0 47 0 5 43 F 38 43 39
Octal 332 320 107 0 5 103 17 70 103 71
Binary 11011010 11010000 1000111 0 101 1000011 1111 111000 1000011 111001

Color Harmonies of #DAD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD047

Black with #DAD047

Text Example


Text Example

White with #DAD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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