Html Css Color HEX #D8D64A Confetti

📋 copy color: '#D8D64A'

red 216 ◦ green 214 ◦ blue 74

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

Shades of Confetti #D8D64A

Tints of Confetti #D8D64A

RGB

 RED value IS 216 (84.77% from 255) = 42.86%

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

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

R = 42.86%
G = 42.46%
B = 14.68%

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

#D8D64A (or 0xD8D64A) is known color: Confetti. HEX triplet: D8, D6 and 4A. RGB value is (216,214,74). Sum of RGB (Red+Green+Blue) = 216+214+74=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D64A is #2729B5. Grayscale: #C7C7C7. Windows color (decimal): -2566582 or 4904664. OLE color: 4904664.

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

Color convert

RGB 216 214 74 -
CMYK 0 0.01 0.66 0.15
HSL 59.15º 0.65% 0.57% -
HSV(B) 59.15º 0.66% 0.85% -
XYZ 53.6 63.19 15.85 -
YUV 198.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 216 214 74 0 0.01 0.66 0.15 59.15 0.65 0.57
Hex D8 D6 4A 0 1 42 F 3B 41 39
Octal 330 326 112 0 1 102 17 73 101 71
Binary 11011000 11010110 1001010 0 1 1000010 1111 111011 1000001 111001

Color Harmonies of #D8D64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D64A

Black with #D8D64A

Text Example


Text Example

White with #D8D64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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