Html Css Color HEX #DAD34C Confetti

📋 copy color: '#DAD34C'

red 218 ◦ green 211 ◦ blue 76

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

Shades of Confetti #DAD34C

Tints of Confetti #DAD34C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.05%

R = 43.17%
G = 41.78%
B = 15.05%

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

#DAD34C (or 0xDAD34C) is known color: Confetti. HEX triplet: DA, D3 and 4C. RGB value is (218,211,76). Sum of RGB (Red+Green+Blue) = 218+211+76=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD34C is #252CB3. Grayscale: #C6C6C6. Windows color (decimal): -2436276 or 5034970. OLE color: 5034970.

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

Color convert

RGB 218 211 76 -
CMYK 0 0.03 0.65 0.15
HSL 57.04º 0.66% 0.58% -
HSV(B) 57.04º 0.65% 0.85% -
XYZ 53.51 62.02 15.99 -
YUV 197.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 218 211 76 0 0.03 0.65 0.15 57.04 0.66 0.58
Hex DA D3 4C 0 3 41 F 39 42 3A
Octal 332 323 114 0 3 101 17 71 102 72
Binary 11011010 11010011 1001100 0 11 1000001 1111 111001 1000010 111010

Color Harmonies of #DAD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD34C

Black with #DAD34C

Text Example


Text Example

White with #DAD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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