Html Css Color HEX #DAD947 Confetti

📋 copy color: '#DAD947'

red 218 ◦ green 217 ◦ blue 71

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

Shades of Confetti #DAD947

Tints of Confetti #DAD947

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

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

R = 43.08%
G = 42.89%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD947 (or 0xDAD947) is known color: Confetti. HEX triplet: DA, D9 and 47. RGB value is (218,217,71). Sum of RGB (Red+Green+Blue) = 218+217+71=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD947 is #2526B8. Grayscale: #C9C9C9. Windows color (decimal): -2434745 or 4708826. OLE color: 4708826.

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

Color convert

RGB 218 217 71 -
CMYK 0 0.00 0.67 0.15
HSL 59.59º 0.67% 0.57% -
HSV(B) 59.59º 0.67% 0.85% -
XYZ 54.86 64.99 15.61 -
YUV 200.66 54.83 140.37 -
System Red Green Blue C M Y K H S L
Decimal 218 217 71 0 0.00 0.67 0.15 59.59 0.67 0.57
Hex DA D9 47 0 0 43 F 3C 43 39
Octal 332 331 107 0 0 103 17 74 103 71
Binary 11011010 11011001 1000111 0 0 1000011 1111 111100 1000011 111001

Color Harmonies of #DAD947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD947

Black with #DAD947

Text Example


Text Example

White with #DAD947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD947; }

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

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

background-color css

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

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

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

border-color css

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

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

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