Html Css Color HEX #D6C94A Confetti

📋 copy color: '#D6C94A'

red 214 ◦ green 201 ◦ blue 74

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

Shades of Confetti #D6C94A

Tints of Confetti #D6C94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

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

R = 43.76%
G = 41.1%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6C94A (or 0xD6C94A) is known color: Confetti. HEX triplet: D6, C9 and 4A. RGB value is (214,201,74). Sum of RGB (Red+Green+Blue) = 214+201+74=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C94A is #2936B5. Grayscale: #BEBEBE. Windows color (decimal): -2700982 or 4901334. OLE color: 4901334.

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

Color convert

RGB 214 201 74 -
CMYK 0 0.06 0.65 0.16
HSL 54.43º 0.63% 0.56% -
HSV(B) 54.43º 0.65% 0.84% -
XYZ 49.85 56.56 14.77 -
YUV 190.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 214 201 74 0 0.06 0.65 0.16 54.43 0.63 0.56
Hex D6 C9 4A 0 6 41 10 36 3F 38
Octal 326 311 112 0 6 101 20 66 77 70
Binary 11010110 11001001 1001010 0 110 1000001 10000 110110 111111 111000

Color Harmonies of #D6C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C94A

Black with #D6C94A

Text Example


Text Example

White with #D6C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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