Html Css Color HEX #D9C14A Confetti

📋 copy color: '#D9C14A'

red 217 ◦ green 193 ◦ blue 74

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

Shades of Confetti #D9C14A

Tints of Confetti #D9C14A

RGB

 RED value IS 217 (85.16% from 255) = 44.83%

 GREEN value IS 193 (75.78% from 255) = 39.88%

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

R = 44.83%
G = 39.88%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9C14A (or 0xD9C14A) is known color: Confetti. HEX triplet: D9, C1 and 4A. RGB value is (217,193,74). Sum of RGB (Red+Green+Blue) = 217+193+74=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C14A is #263EB5. Grayscale: #BBBBBB. Windows color (decimal): -2506422 or 4899289. OLE color: 4899289.

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

Color convert

RGB 217 193 74 -
CMYK 0 0.11 0.66 0.15
HSL 49.93º 0.65% 0.57% -
HSV(B) 49.93º 0.66% 0.85% -
XYZ 48.92 53.39 14.2 -
YUV 186.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 217 193 74 0 0.11 0.66 0.15 49.93 0.65 0.57
Hex D9 C1 4A 0 B 42 F 32 41 39
Octal 331 301 112 0 13 102 17 62 101 71
Binary 11011001 11000001 1001010 0 1011 1000010 1111 110010 1000001 111001

Color Harmonies of #D9C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C14A

Black with #D9C14A

Text Example


Text Example

White with #D9C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C14A; }

 p { color: rgb(217,193,74); }

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

background-color css

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

 a { background-color: rgb(217,193,74); }

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

border-color css

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

 span { border-color: rgb(217,193,74); }

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