Html Css Color HEX #D8D74A Confetti

📋 copy color: '#D8D74A'

red 216 ◦ green 215 ◦ blue 74

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

Shades of Confetti #D8D74A

Tints of Confetti #D8D74A

RGB

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

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

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

R = 42.77%
G = 42.57%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8D74A (or 0xD8D74A) is known color: Confetti. HEX triplet: D8, D7 and 4A. RGB value is (216,215,74). Sum of RGB (Red+Green+Blue) = 216+215+74=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D74A is #2728B5. Grayscale: #C7C7C7. Windows color (decimal): -2566326 or 4904920. OLE color: 4904920.

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

Color convert

RGB 216 215 74 -
CMYK 0 0.00 0.66 0.15
HSL 59.58º 0.65% 0.57% -
HSV(B) 59.58º 0.66% 0.85% -
XYZ 53.86 63.69 15.93 -
YUV 199.23 57.33 139.96 -
System Red Green Blue C M Y K H S L
Decimal 216 215 74 0 0.00 0.66 0.15 59.58 0.65 0.57
Hex D8 D7 4A 0 0 42 F 3C 41 39
Octal 330 327 112 0 0 102 17 74 101 71
Binary 11011000 11010111 1001010 0 0 1000010 1111 111100 1000001 111001

Color Harmonies of #D8D74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D74A

Black with #D8D74A

Text Example


Text Example

White with #D8D74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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