Html Css Color HEX #D6D14B Confetti

📋 copy color: '#D6D14B'

red 214 ◦ green 209 ◦ blue 75

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

Shades of Confetti #D6D14B

Tints of Confetti #D6D14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

 BLUE value IS 75 (29.69% from 255) = 15.06%

R = 42.97%
G = 41.97%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6D14B (or 0xD6D14B) is known color: Confetti. HEX triplet: D6, D1 and 4B. RGB value is (214,209,75). Sum of RGB (Red+Green+Blue) = 214+209+75=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D14B is #292EB4. Grayscale: #C3C3C3. Windows color (decimal): -2698933 or 4968918. OLE color: 4968918.

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

Color convert

RGB 214 209 75 -
CMYK 0 0.02 0.65 0.16
HSL 57.84º 0.63% 0.57% -
HSV(B) 57.84º 0.65% 0.84% -
XYZ 51.8 60.41 15.59 -
YUV 195.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 214 209 75 0 0.02 0.65 0.16 57.84 0.63 0.57
Hex D6 D1 4B 0 2 41 10 3A 3F 39
Octal 326 321 113 0 2 101 20 72 77 71
Binary 11010110 11010001 1001011 0 10 1000001 10000 111010 111111 111001

Color Harmonies of #D6D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D14B

Black with #D6D14B

Text Example


Text Example

White with #D6D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D14B; }

 p { color: rgb(214,209,75); }

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

background-color css

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

 a { background-color: rgb(214,209,75); }

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

border-color css

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

 span { border-color: rgb(214,209,75); }

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