Html Css Color HEX #DAD744 Confetti

📋 copy color: '#DAD744'

red 218 ◦ green 215 ◦ blue 68

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

Shades of Confetti #DAD744

Tints of Confetti #DAD744

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

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

R = 43.51%
G = 42.91%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DAD744 (or 0xDAD744) is known color: Confetti. HEX triplet: DA, D7 and 44. RGB value is (218,215,68). Sum of RGB (Red+Green+Blue) = 218+215+68=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD744 is #2528BB. Grayscale: #C7C7C7. Windows color (decimal): -2435260 or 4511706. OLE color: 4511706.

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

Color convert

RGB 218 215 68 -
CMYK 0 0.01 0.69 0.15
HSL 58.8º 0.67% 0.56% -
HSV(B) 58.8º 0.69% 0.85% -
XYZ 54.26 63.92 14.95 -
YUV 199.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 218 215 68 0 0.01 0.69 0.15 58.8 0.67 0.56
Hex DA D7 44 0 1 45 F 3B 43 38
Octal 332 327 104 0 1 105 17 73 103 70
Binary 11011010 11010111 1000100 0 1 1000101 1111 111011 1000011 111000

Color Harmonies of #DAD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD744

Black with #DAD744

Text Example


Text Example

White with #DAD744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD744; }

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

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

background-color css

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

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

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

border-color css

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

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

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