Html Css Color HEX #DAD745 Confetti

📋 copy color: '#DAD745'

red 218 ◦ green 215 ◦ blue 69

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

Shades of Confetti #DAD745

Tints of Confetti #DAD745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 43.43%
G = 42.83%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DAD745 (or 0xDAD745) is known color: Confetti. HEX triplet: DA, D7 and 45. RGB value is (218,215,69). Sum of RGB (Red+Green+Blue) = 218+215+69=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD745 is #2528BA. Grayscale: #C7C7C7. Windows color (decimal): -2435259 or 4577242. OLE color: 4577242.

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

Color convert

RGB 218 215 69 -
CMYK 0 0.01 0.68 0.15
HSL 58.79º 0.67% 0.56% -
HSV(B) 58.79º 0.68% 0.85% -
XYZ 54.29 63.94 15.11 -
YUV 199.25 54.49 141.37 -
System Red Green Blue C M Y K H S L
Decimal 218 215 69 0 0.01 0.68 0.15 58.79 0.67 0.56
Hex DA D7 45 0 1 44 F 3B 43 38
Octal 332 327 105 0 1 104 17 73 103 70
Binary 11011010 11010111 1000101 0 1 1000100 1111 111011 1000011 111000

Color Harmonies of #DAD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD745

Black with #DAD745

Text Example


Text Example

White with #DAD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD745; }

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

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

background-color css

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

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

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

border-color css

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

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

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