Html Css Color HEX #D6C14A Confetti

📋 copy color: '#D6C14A'

red 214 ◦ green 193 ◦ blue 74

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

Shades of Confetti #D6C14A

Tints of Confetti #D6C14A

RGB

 RED value IS 214 (83.98% from 255) = 44.49%

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

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

R = 44.49%
G = 40.12%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6C14A (or 0xD6C14A) is known color: Confetti. HEX triplet: D6, C1 and 4A. RGB value is (214,193,74). Sum of RGB (Red+Green+Blue) = 214+193+74=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C14A is #293EB5. Grayscale: #BABABA. Windows color (decimal): -2703030 or 4899286. OLE color: 4899286.

HSL color Cylindrical-coordinate representation of color #D6C14A: hue angle of 51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6C14A is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 74 -
CMYK 0 0.10 0.65 0.16
HSL 51º 0.63% 0.56% -
HSV(B) 51º 0.65% 0.84% -
XYZ 48.04 52.93 14.16 -
YUV 185.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 214 193 74 0 0.10 0.65 0.16 51 0.63 0.56
Hex D6 C1 4A 0 A 41 10 33 3F 38
Octal 326 301 112 0 12 101 20 63 77 70
Binary 11010110 11000001 1001010 0 1010 1000001 10000 110011 111111 111000

Color Harmonies of #D6C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C14A

Black with #D6C14A

Text Example


Text Example

White with #D6C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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