Html Css Color HEX #DAD64A Confetti

📋 copy color: '#DAD64A'

red 218 ◦ green 214 ◦ blue 74

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

Shades of Confetti #DAD64A

Tints of Confetti #DAD64A

RGB

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

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

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

R = 43.08%
G = 42.29%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DAD64A (or 0xDAD64A) is known color: Confetti. HEX triplet: DA, D6 and 4A. RGB value is (218,214,74). Sum of RGB (Red+Green+Blue) = 218+214+74=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD64A is #2529B5. Grayscale: #C7C7C7. Windows color (decimal): -2435510 or 4904666. OLE color: 4904666.

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

Color convert

RGB 218 214 74 -
CMYK 0 0.02 0.66 0.15
HSL 58.33º 0.66% 0.57% -
HSV(B) 58.33º 0.66% 0.85% -
XYZ 54.2 63.49 15.88 -
YUV 199.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 218 214 74 0 0.02 0.66 0.15 58.33 0.66 0.57
Hex DA D6 4A 0 2 42 F 3A 42 39
Octal 332 326 112 0 2 102 17 72 102 71
Binary 11011010 11010110 1001010 0 10 1000010 1111 111010 1000010 111001

Color Harmonies of #DAD64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD64A

Black with #DAD64A

Text Example


Text Example

White with #DAD64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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