Html Css Color HEX #DAD648 Confetti

📋 copy color: '#DAD648'

red 218 ◦ green 214 ◦ blue 72

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

Shades of Confetti #DAD648

Tints of Confetti #DAD648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.46%

 BLUE value IS 72 (28.52% from 255) = 14.29%

R = 43.25%
G = 42.46%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD648 (or 0xDAD648) is known color: Confetti. HEX triplet: DA, D6 and 48. RGB value is (218,214,72). Sum of RGB (Red+Green+Blue) = 218+214+72=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD648 is #2529B7. Grayscale: #C7C7C7. Windows color (decimal): -2435512 or 4773594. OLE color: 4773594.

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

Color convert

RGB 218 214 72 -
CMYK 0 0.02 0.67 0.15
HSL 58.36º 0.66% 0.57% -
HSV(B) 58.36º 0.67% 0.85% -
XYZ 54.13 63.47 15.53 -
YUV 199.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 218 214 72 0 0.02 0.67 0.15 58.36 0.66 0.57
Hex DA D6 48 0 2 43 F 3A 42 39
Octal 332 326 110 0 2 103 17 72 102 71
Binary 11011010 11010110 1001000 0 10 1000011 1111 111010 1000010 111001

Color Harmonies of #DAD648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD648

Black with #DAD648

Text Example


Text Example

White with #DAD648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD648; }

 p { color: rgb(218,214,72); }

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

background-color css

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

 a { background-color: rgb(218,214,72); }

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

border-color css

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

 span { border-color: rgb(218,214,72); }

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