Html Css Color HEX #DAD74A Confetti

📋 copy color: '#DAD74A'

red 218 ◦ green 215 ◦ blue 74

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

Shades of Confetti #DAD74A

Tints of Confetti #DAD74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 43%
G = 42.41%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAD74A (or 0xDAD74A) is known color: Confetti. HEX triplet: DA, D7 and 4A. RGB value is (218,215,74). Sum of RGB (Red+Green+Blue) = 218+215+74=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD74A is #2528B5. Grayscale: #C8C8C8. Windows color (decimal): -2435254 or 4904922. OLE color: 4904922.

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

Color convert

RGB 218 215 74 -
CMYK 0 0.01 0.66 0.15
HSL 58.75º 0.66% 0.57% -
HSV(B) 58.75º 0.66% 0.85% -
XYZ 54.45 64 15.96 -
YUV 199.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 218 215 74 0 0.01 0.66 0.15 58.75 0.66 0.57
Hex DA D7 4A 0 1 42 F 3B 42 39
Octal 332 327 112 0 1 102 17 73 102 71
Binary 11011010 11010111 1001010 0 1 1000010 1111 111011 1000010 111001

Color Harmonies of #DAD74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD74A

Black with #DAD74A

Text Example


Text Example

White with #DAD74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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