Html Css Color HEX #DAD044 Confetti

📋 copy color: '#DAD044'

red 218 ◦ green 208 ◦ blue 68

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

Shades of Confetti #DAD044

Tints of Confetti #DAD044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.77%

R = 44.13%
G = 42.11%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAD044 (or 0xDAD044) is known color: Confetti. HEX triplet: DA, D0 and 44. RGB value is (218,208,68). Sum of RGB (Red+Green+Blue) = 218+208+68=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD044 is #252FBB. Grayscale: #C3C3C3. Windows color (decimal): -2437052 or 4509914. OLE color: 4509914.

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

Color convert

RGB 218 208 68 -
CMYK 0 0.05 0.69 0.15
HSL 56º 0.67% 0.56% -
HSV(B) 56º 0.69% 0.85% -
XYZ 52.51 60.43 14.37 -
YUV 195.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 218 208 68 0 0.05 0.69 0.15 56 0.67 0.56
Hex DA D0 44 0 5 45 F 38 43 38
Octal 332 320 104 0 5 105 17 70 103 70
Binary 11011010 11010000 1000100 0 101 1000101 1111 111000 1000011 111000

Color Harmonies of #DAD044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD044

Black with #DAD044

Text Example


Text Example

White with #DAD044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD044; }

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

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

background-color css

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

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

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

border-color css

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

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

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