Html Css Color HEX #DAD748 Confetti

📋 copy color: '#DAD748'

red 218 ◦ green 215 ◦ blue 72

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

Shades of Confetti #DAD748

Tints of Confetti #DAD748

RGB

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

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

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

R = 43.17%
G = 42.57%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DAD748 (or 0xDAD748) is known color: Confetti. HEX triplet: DA, D7 and 48. RGB value is (218,215,72). Sum of RGB (Red+Green+Blue) = 218+215+72=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD748 is #2528B7. Grayscale: #C8C8C8. Windows color (decimal): -2435256 or 4773850. OLE color: 4773850.

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

Color convert

RGB 218 215 72 -
CMYK 0 0.01 0.67 0.15
HSL 58.77º 0.66% 0.57% -
HSV(B) 58.77º 0.67% 0.85% -
XYZ 54.38 63.97 15.61 -
YUV 199.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 218 215 72 0 0.01 0.67 0.15 58.77 0.66 0.57
Hex DA D7 48 0 1 43 F 3B 42 39
Octal 332 327 110 0 1 103 17 73 102 71
Binary 11011010 11010111 1001000 0 1 1000011 1111 111011 1000010 111001

Color Harmonies of #DAD748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD748

Black with #DAD748

Text Example


Text Example

White with #DAD748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD748; }

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

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

background-color css

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

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

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

border-color css

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

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

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