Html Css Color HEX #DAD34D Confetti

📋 copy color: '#DAD34D'

red 218 ◦ green 211 ◦ blue 77

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

Shades of Confetti #DAD34D

Tints of Confetti #DAD34D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

 BLUE value IS 77 (30.47% from 255) = 15.22%

R = 43.08%
G = 41.7%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAD34D (or 0xDAD34D) is known color: Confetti. HEX triplet: DA, D3 and 4D. RGB value is (218,211,77). Sum of RGB (Red+Green+Blue) = 218+211+77=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD34D is #252CB2. Grayscale: #C6C6C6. Windows color (decimal): -2436275 or 5100506. OLE color: 5100506.

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

Color convert

RGB 218 211 77 -
CMYK 0 0.03 0.65 0.15
HSL 57.02º 0.66% 0.58% -
HSV(B) 57.02º 0.65% 0.85% -
XYZ 53.55 62.03 16.17 -
YUV 197.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 218 211 77 0 0.03 0.65 0.15 57.02 0.66 0.58
Hex DA D3 4D 0 3 41 F 39 42 3A
Octal 332 323 115 0 3 101 17 71 102 72
Binary 11011010 11010011 1001101 0 11 1000001 1111 111001 1000010 111010

Color Harmonies of #DAD34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD34D

Black with #DAD34D

Text Example


Text Example

White with #DAD34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD34D; }

 p { color: rgb(218,211,77); }

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

background-color css

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

 a { background-color: rgb(218,211,77); }

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

border-color css

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

 span { border-color: rgb(218,211,77); }

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